ouisync
Toggle table of contents
0.9.1-1
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-client
/
org.equalitie.ouisync.kotlin.client
/
MonitorId
Monitor
Id
@
Serializable
(
with
=
IdSerializer::class
)
data
class
MonitorId
(
val
name
:
String
,
val
disambiguator
:
Long
)
Members
Constructors
Monitor
Id
Link copied to clipboard
constructor
(
name
:
String
,
disambiguator
:
Long
)
Properties
disambiguator
Link copied to clipboard
val
disambiguator
:
Long
name
Link copied to clipboard
val
name
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String