Package org.yamcs.protobuf
Interface Yamcs.ArchiveTagOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Yamcs.ArchiveTag,Yamcs.ArchiveTag.Builder
- Enclosing class:
- Yamcs
public static interface Yamcs.ArchiveTagOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColor()optional string color = 6;com.google.protobuf.ByteStringgetColorBytes()optional string color = 6;StringgetDescription()optional string description = 5;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 5;intgetId()optional int32 id = 1;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;longgetStart()optional int64 start = 3;com.google.protobuf.TimestampgetStartUTC()optional .google.protobuf.Timestamp startUTC = 7;com.google.protobuf.TimestampOrBuildergetStartUTCOrBuilder()optional .google.protobuf.Timestamp startUTC = 7;longgetStop()optional int64 stop = 4;com.google.protobuf.TimestampgetStopUTC()optional .google.protobuf.Timestamp stopUTC = 8;com.google.protobuf.TimestampOrBuildergetStopUTCOrBuilder()optional .google.protobuf.Timestamp stopUTC = 8;booleanhasColor()optional string color = 6;booleanhasDescription()optional string description = 5;booleanhasId()optional int32 id = 1;booleanhasName()optional string name = 2;booleanhasStart()optional int64 start = 3;booleanhasStartUTC()optional .google.protobuf.Timestamp startUTC = 7;booleanhasStop()optional int64 stop = 4;booleanhasStopUTC()optional .google.protobuf.Timestamp stopUTC = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional int32 id = 1;
-
getId
int getId()
optional int32 id = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasStart
boolean hasStart()
optional int64 start = 3;
-
getStart
long getStart()
optional int64 start = 3;
-
hasStop
boolean hasStop()
optional int64 stop = 4;
-
getStop
long getStop()
optional int64 stop = 4;
-
hasDescription
boolean hasDescription()
optional string description = 5;
-
getDescription
String getDescription()
optional string description = 5;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 5;
-
hasColor
boolean hasColor()
optional string color = 6;
-
getColor
String getColor()
optional string color = 6;
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()
optional string color = 6;
-
hasStartUTC
boolean hasStartUTC()
optional .google.protobuf.Timestamp startUTC = 7;
-
getStartUTC
com.google.protobuf.Timestamp getStartUTC()
optional .google.protobuf.Timestamp startUTC = 7;
-
getStartUTCOrBuilder
com.google.protobuf.TimestampOrBuilder getStartUTCOrBuilder()
optional .google.protobuf.Timestamp startUTC = 7;
-
hasStopUTC
boolean hasStopUTC()
optional .google.protobuf.Timestamp stopUTC = 8;
-
getStopUTC
com.google.protobuf.Timestamp getStopUTC()
optional .google.protobuf.Timestamp stopUTC = 8;
-
getStopUTCOrBuilder
com.google.protobuf.TimestampOrBuilder getStopUTCOrBuilder()
optional .google.protobuf.Timestamp stopUTC = 8;
-
-