Interface IssueCommandResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IssueCommandResponse, IssueCommandResponse.Builder

public interface IssueCommandResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasId

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

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

      com.google.protobuf.ByteString getIdBytes()
      optional string id = 5;
      Returns:
      The bytes for id.
    • 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;
    • hasOrigin

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

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

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

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

      int getSequenceNumber()
      optional int32 sequenceNumber = 8;
      Returns:
      The sequenceNumber.
    • hasCommandName

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

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

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

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

      boolean containsAliases(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
    • 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 = 14;
    • getAliasesOrDefault

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

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

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

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

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

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

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

      boolean hasUnprocessedBinary()
      optional bytes unprocessedBinary = 13;
      Returns:
      Whether the unprocessedBinary field is set.
    • getUnprocessedBinary

      com.google.protobuf.ByteString getUnprocessedBinary()
      optional bytes unprocessedBinary = 13;
      Returns:
      The unprocessedBinary.
    • hasBinary

      boolean hasBinary()
      optional bytes binary = 4;
      Returns:
      Whether the binary field is set.
    • getBinary

      com.google.protobuf.ByteString getBinary()
      optional bytes binary = 4;
      Returns:
      The binary.
    • hasUsername

      boolean hasUsername()
      optional string username = 11;
      Returns:
      Whether the username field is set.
    • getUsername

      String getUsername()
      optional string username = 11;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 11;
      Returns:
      The bytes for username.
    • hasQueue

      boolean hasQueue()
      optional string queue = 10;
      Returns:
      Whether the queue field is set.
    • getQueue

      String getQueue()
      optional string queue = 10;
      Returns:
      The queue.
    • getQueueBytes

      com.google.protobuf.ByteString getQueueBytes()
      optional string queue = 10;
      Returns:
      The bytes for queue.