Package org.yamcs.protobuf
Interface Commanding.CommandHistoryEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Commanding.CommandHistoryEntry,Commanding.CommandHistoryEntry.Builder
- Enclosing class:
- Commanding
public static interface Commanding.CommandHistoryEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Commanding.CommandAssignmentgetAssignment(int index)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;intgetAssignmentCount()repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;List<Commanding.CommandAssignment>getAssignmentList()repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;Commanding.CommandAssignmentOrBuildergetAssignmentOrBuilder(int index)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;List<? extends Commanding.CommandAssignmentOrBuilder>getAssignmentOrBuilderList()repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;Commanding.CommandHistoryAttributegetAttr(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;intgetAttrCount()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;List<Commanding.CommandHistoryAttribute>getAttrList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;Commanding.CommandHistoryAttributeOrBuildergetAttrOrBuilder(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;List<? extends Commanding.CommandHistoryAttributeOrBuilder>getAttrOrBuilderList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;Commanding.CommandIdgetCommandId()optional .yamcs.protobuf.commanding.CommandId commandId = 1;Commanding.CommandIdOrBuildergetCommandIdOrBuilder()optional .yamcs.protobuf.commanding.CommandId commandId = 1;StringgetCommandName()optional string commandName = 8;com.google.protobuf.ByteStringgetCommandNameBytes()optional string commandName = 8;com.google.protobuf.TimestampgetGenerationTime()optional .google.protobuf.Timestamp generationTime = 6;com.google.protobuf.TimestampOrBuildergetGenerationTimeOrBuilder()optional .google.protobuf.Timestamp generationTime = 6;StringgetGenerationTimeUTC()Deprecated.com.google.protobuf.ByteStringgetGenerationTimeUTCBytes()Deprecated.StringgetId()optional string id = 7;com.google.protobuf.ByteStringgetIdBytes()optional string id = 7;StringgetOrigin()optional string origin = 9;com.google.protobuf.ByteStringgetOriginBytes()optional string origin = 9;intgetSequenceNumber()optional int32 sequenceNumber = 10;booleanhasCommandId()optional .yamcs.protobuf.commanding.CommandId commandId = 1;booleanhasCommandName()optional string commandName = 8;booleanhasGenerationTime()optional .google.protobuf.Timestamp generationTime = 6;booleanhasGenerationTimeUTC()Deprecated.booleanhasId()optional string id = 7;booleanhasOrigin()optional string origin = 9;booleanhasSequenceNumber()optional int32 sequenceNumber = 10;-
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 string id = 7;
-
getId
String getId()
optional string id = 7;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 7;
-
hasCommandName
boolean hasCommandName()
optional string commandName = 8;
-
getCommandName
String getCommandName()
optional string commandName = 8;
-
getCommandNameBytes
com.google.protobuf.ByteString getCommandNameBytes()
optional string commandName = 8;
-
hasOrigin
boolean hasOrigin()
optional string origin = 9;
-
getOrigin
String getOrigin()
optional string origin = 9;
-
getOriginBytes
com.google.protobuf.ByteString getOriginBytes()
optional string origin = 9;
-
hasSequenceNumber
boolean hasSequenceNumber()
optional int32 sequenceNumber = 10;
-
getSequenceNumber
int getSequenceNumber()
optional int32 sequenceNumber = 10;
-
hasCommandId
boolean hasCommandId()
optional .yamcs.protobuf.commanding.CommandId commandId = 1;
-
getCommandId
Commanding.CommandId getCommandId()
optional .yamcs.protobuf.commanding.CommandId commandId = 1;
-
getCommandIdOrBuilder
Commanding.CommandIdOrBuilder getCommandIdOrBuilder()
optional .yamcs.protobuf.commanding.CommandId commandId = 1;
-
getAttrList
List<Commanding.CommandHistoryAttribute> getAttrList()
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
-
getAttr
Commanding.CommandHistoryAttribute getAttr(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
-
getAttrCount
int getAttrCount()
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
-
getAttrOrBuilderList
List<? extends Commanding.CommandHistoryAttributeOrBuilder> getAttrOrBuilderList()
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
-
getAttrOrBuilder
Commanding.CommandHistoryAttributeOrBuilder getAttrOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
-
hasGenerationTimeUTC
@Deprecated boolean hasGenerationTimeUTC()
Deprecated.optional string generationTimeUTC = 4 [deprecated = true];
-
getGenerationTimeUTC
@Deprecated String getGenerationTimeUTC()
Deprecated.optional string generationTimeUTC = 4 [deprecated = true];
-
getGenerationTimeUTCBytes
@Deprecated com.google.protobuf.ByteString getGenerationTimeUTCBytes()
Deprecated.optional string generationTimeUTC = 4 [deprecated = true];
-
hasGenerationTime
boolean hasGenerationTime()
optional .google.protobuf.Timestamp generationTime = 6;
-
getGenerationTime
com.google.protobuf.Timestamp getGenerationTime()
optional .google.protobuf.Timestamp generationTime = 6;
-
getGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
optional .google.protobuf.Timestamp generationTime = 6;
-
getAssignmentList
List<Commanding.CommandAssignment> getAssignmentList()
repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;
-
getAssignment
Commanding.CommandAssignment getAssignment(int index)
repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;
-
getAssignmentCount
int getAssignmentCount()
repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;
-
getAssignmentOrBuilderList
List<? extends Commanding.CommandAssignmentOrBuilder> getAssignmentOrBuilderList()
repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;
-
getAssignmentOrBuilder
Commanding.CommandAssignmentOrBuilder getAssignmentOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;
-
-