krpc-shared-api
0.1.148
common
krpc-shared-api
/
org.brightify.hyperdrive.krpc.session
/
OutgoingContextUpdate
/
Modification
/
Set
Set
common
class
Set
<
VALUE
>
(
val
oldRevision
:
Int
?
,
val
newRevision
:
Int
,
val
newValue
:
VALUE
)
:
OutgoingContextUpdate.Modification
<
VALUE
>
Content copied to clipboard
Constructors
Properties
Constructors
Set
Link copied to clipboard
common
fun
<
VALUE
>
Set
(
oldRevision
:
Int
?
,
newRevision
:
Int
,
newValue
:
VALUE
)
Content copied to clipboard
Properties
new
Revision
Link copied to clipboard
common
val
newRevision
:
Int
Content copied to clipboard
new
Value
Link copied to clipboard
common
val
newValue
:
VALUE
Content copied to clipboard
old
Revision
Link copied to clipboard
common
val
oldRevision
:
Int
?
Content copied to clipboard