//
koffee-backend
/
eu.yeger.koffee.model.domain
/
ProfileImage
ProfileImage
The profile image of a user.
Author
Jan Müller
class
ProfileImage
(encodedImage:
String
,timestamp:
Long
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
<init>
Link copied to clipboard
fun
<init>
(encodedImage:
String
, timestamp:
Long
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
encodedImage
Link copied to clipboard
The encoded bytes of the image.
val
encodedImage
:
String
Content copied to clipboard
timestamp
Link copied to clipboard
The timestamp of the image's upload date.
val
timestamp
:
Long
Content copied to clipboard