@QiStruct open class TimestampedImage
Timestamped encoded image
Since
3
<init> |
Create a new TimestampedImage(image: EncodedImage!, time: Long) |
equals |
open fun equals(other: Any?): Boolean |
getImage |
Encoded image data open fun getImage(): EncodedImage! |
getTime |
Timestamp of the last update time open fun getTime(): Long |
hashCode |
open fun hashCode(): Int |
setImage |
Setter for image Encoded image data open fun setImage(image: EncodedImage!): Unit |
setTime |
Setter for time Timestamp of the last update time open fun setTime(time: Long): Unit |
toString |
open fun toString(): String |