-
public final class TileInfoKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTileInfoKt.Dsl.Companion
-
Method Summary
Modifier and Type Method Description final StringgetName()final UnitsetName(String name)final TimestampgetTimestamp()final UnitsetTimestamp(Timestamp timestamp)final UnitclearName()string name = 2;final UnitclearTimestamp().google.protobuf.Timestamp timestamp = 3;final BooleanhasTimestamp().google.protobuf.Timestamp timestamp = 3;-
-
Method Detail
-
getTimestamp
final Timestamp getTimestamp()
-
setTimestamp
final Unit setTimestamp(Timestamp timestamp)
-
clearTimestamp
final Unit clearTimestamp()
.google.protobuf.Timestamp timestamp = 3;
-
hasTimestamp
final Boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 3;
-
-
-
-