Package org.yamcs.protobuf
Interface Commanding.CommandSignificanceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Commanding.CommandSignificance,Commanding.CommandSignificance.Builder
- Enclosing class:
- Commanding
public static interface Commanding.CommandSignificanceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSequenceNumber()the sequence number of the command sentMdb.SignificanceInfogetSignificance()optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;Mdb.SignificanceInfoOrBuildergetSignificanceOrBuilder()optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;booleanhasSequenceNumber()the sequence number of the command sentbooleanhasSignificance()optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSequenceNumber
boolean hasSequenceNumber()
the sequence number of the command sent
optional int32 sequenceNumber = 1;
-
getSequenceNumber
int getSequenceNumber()
the sequence number of the command sent
optional int32 sequenceNumber = 1;
-
hasSignificance
boolean hasSignificance()
optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
-
getSignificance
Mdb.SignificanceInfo getSignificance()
optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
-
getSignificanceOrBuilder
Mdb.SignificanceInfoOrBuilder getSignificanceOrBuilder()
optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
-
-