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 Details

    • hasId

      boolean hasId()
      optional string id = 7;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
      optional string id = 7;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      optional string id = 7;
      Returns:
      The bytes for id.
    • hasCommandName

      boolean hasCommandName()
       Qualified name
       
      optional string commandName = 8;
      Returns:
      Whether the commandName field is set.
    • getCommandName

      String getCommandName()
       Qualified name
       
      optional string commandName = 8;
      Returns:
      The commandName.
    • getCommandNameBytes

      com.google.protobuf.ByteString getCommandNameBytes()
       Qualified name
       
      optional string commandName = 8;
      Returns:
      The bytes for commandName.
    • getAliasesCount

      int getAliasesCount()
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 12;
    • containsAliases

      boolean containsAliases(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 12;
    • getAliases

      @Deprecated Map<String,String> getAliases()
      Deprecated.
      Use getAliasesMap() instead.
    • getAliasesMap

      Map<String,String> getAliasesMap()
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 12;
    • getAliasesOrDefault

      String getAliasesOrDefault(String key, String defaultValue)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 12;
    • getAliasesOrThrow

      String getAliasesOrThrow(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 12;
    • hasOrigin

      boolean hasOrigin()
      optional string origin = 9;
      Returns:
      Whether the origin field is set.
    • getOrigin

      String getOrigin()
      optional string origin = 9;
      Returns:
      The origin.
    • getOriginBytes

      com.google.protobuf.ByteString getOriginBytes()
      optional string origin = 9;
      Returns:
      The bytes for origin.
    • hasSequenceNumber

      boolean hasSequenceNumber()
      optional int32 sequenceNumber = 10;
      Returns:
      Whether the sequenceNumber field is set.
    • getSequenceNumber

      int getSequenceNumber()
      optional int32 sequenceNumber = 10;
      Returns:
      The sequenceNumber.
    • hasCommandId

      boolean hasCommandId()
      optional .yamcs.protobuf.commanding.CommandId commandId = 1;
      Returns:
      Whether the commandId field is set.
    • getCommandId

      Commanding.CommandId getCommandId()
      optional .yamcs.protobuf.commanding.CommandId commandId = 1;
      Returns:
      The commandId.
    • getCommandIdOrBuilder

      Commanding.CommandIdOrBuilder getCommandIdOrBuilder()
      optional .yamcs.protobuf.commanding.CommandId commandId = 1;
    • getAttrList

      repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
    • getAttr

      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;
    • hasGenerationTime

      boolean hasGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 6;
      Returns:
      Whether the generationTime field is set.
    • getGenerationTime

      com.google.protobuf.Timestamp getGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 6;
      Returns:
      The generationTime.
    • getGenerationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
      optional .google.protobuf.Timestamp generationTime = 6;
    • getAssignmentsList

      List<Commanding.CommandAssignment> getAssignmentsList()
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
    • getAssignments

      Commanding.CommandAssignment getAssignments(int index)
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
    • getAssignmentsCount

      int getAssignmentsCount()
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
    • getAssignmentsOrBuilderList

      List<? extends Commanding.CommandAssignmentOrBuilder> getAssignmentsOrBuilderList()
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
    • getAssignmentsOrBuilder

      Commanding.CommandAssignmentOrBuilder getAssignmentsOrBuilder(int index)
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;