-
public final class ComplicationInfoKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classComplicationInfoKt.Dsl.Companion
-
Method Summary
Modifier and Type Method Description final StringgetName()final UnitsetName(String name)final IntegergetInstanceId()final UnitsetInstanceId(Integer instanceId)final StringgetType()final UnitsetType(String type)final TimestampgetTimestamp()final UnitsetTimestamp(Timestamp timestamp)final UnitclearName()string name = 1;final UnitclearInstanceId()int32 instanceId = 2;final UnitclearType()string type = 3;final UnitclearTimestamp().google.protobuf.Timestamp timestamp = 5;final BooleanhasTimestamp().google.protobuf.Timestamp timestamp = 5;-
-
Method Detail
-
getInstanceId
final Integer getInstanceId()
-
setInstanceId
final Unit setInstanceId(Integer instanceId)
-
getTimestamp
final Timestamp getTimestamp()
-
setTimestamp
final Unit setTimestamp(Timestamp timestamp)
-
clearInstanceId
final Unit clearInstanceId()
int32 instanceId = 2;
-
clearTimestamp
final Unit clearTimestamp()
.google.protobuf.Timestamp timestamp = 5;
-
hasTimestamp
final Boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 5;
-
-
-
-