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()
      optional string commandName = 9;
      Returns:
      Whether the commandName field is set.
    • getCommandName

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

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

      @Deprecated boolean hasSource()
      Deprecated.
       Deprecated. If you require a string representation of this
       command, you can build it based on the fields ``commandName``
       and ``assignments``.
       
      optional string source = 2 [deprecated = true];
      Returns:
      Whether the source field is set.
    • getSource

      @Deprecated String getSource()
      Deprecated.
       Deprecated. If you require a string representation of this
       command, you can build it based on the fields ``commandName``
       and ``assignments``.
       
      optional string source = 2 [deprecated = true];
      Returns:
      The source.
    • getSourceBytes

      @Deprecated com.google.protobuf.ByteString getSourceBytes()
      Deprecated.
       Deprecated. If you require a string representation of this
       command, you can build it based on the fields ``commandName``
       and ``assignments``.
       
      optional string source = 2 [deprecated = true];
      Returns:
      The bytes for source.
    • 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.