PropertyDiff

data class PropertyDiff(id: Long, tag: Int, value: Any?)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Long
component2
Link copied to clipboard
common
operator fun component2(): Int
component3
Link copied to clipboard
common
operator fun component3(): Any?
copy
Link copied to clipboard
common
fun copy(id: Long, tag: Int, value: Any?): PropertyDiff
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

id
Link copied to clipboard
common
val id: Long
tag
Link copied to clipboard
common
val tag: Int
value
Link copied to clipboard
common
val value: Any?