@QiStruct open class TimestampedImageHandle
Associates a timestamp to an EncodedImageHandle.
Since
3
<init> |
Create a new TimestampedImageHandle(time: Long, image: EncodedImageHandle!) |
equals |
open fun equals(other: Any?): Boolean |
getImage |
Proxy to the image data. open fun getImage(): EncodedImageHandle! |
getTime |
Timestamp of the data open fun getTime(): Long |
hashCode |
open fun hashCode(): Int |
setImage |
Setter for image Proxy to the image data. open fun setImage(image: EncodedImageHandle!): Unit |
setTime |
Setter for time Timestamp of the data open fun setTime(time: Long): Unit |
toString |
open fun toString(): String |