Interface Commanding.CommandQueueEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Commanding.CommandQueueEntry, Commanding.CommandQueueEntry.Builder
Enclosing class:
Commanding

public static interface Commanding.CommandQueueEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInstance

      boolean hasInstance()
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
      optional string instance = 1;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • hasProcessorName

      boolean hasProcessorName()
      optional string processorName = 2;
      Returns:
      Whether the processorName field is set.
    • getProcessorName

      String getProcessorName()
      optional string processorName = 2;
      Returns:
      The processorName.
    • getProcessorNameBytes

      com.google.protobuf.ByteString getProcessorNameBytes()
      optional string processorName = 2;
      Returns:
      The bytes for processorName.
    • hasQueueName

      boolean hasQueueName()
      optional string queueName = 3;
      Returns:
      Whether the queueName field is set.
    • getQueueName

      String getQueueName()
      optional string queueName = 3;
      Returns:
      The queueName.
    • getQueueNameBytes

      com.google.protobuf.ByteString getQueueNameBytes()
      optional string queueName = 3;
      Returns:
      The bytes for queueName.
    • hasId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      boolean hasComment()
      optional string comment = 11;
      Returns:
      Whether the comment field is set.
    • getComment

      String getComment()
      optional string comment = 11;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
      optional string comment = 11;
      Returns:
      The bytes for comment.
    • hasGenerationTime

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

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

      com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
      optional .google.protobuf.Timestamp generationTime = 12;
    • hasPendingTransmissionConstraints

      boolean hasPendingTransmissionConstraints()
       If true, the command has been accepted and is due for release
       as soon as transmission constraints are satisfied.
       
      optional bool pendingTransmissionConstraints = 13;
      Returns:
      Whether the pendingTransmissionConstraints field is set.
    • getPendingTransmissionConstraints

      boolean getPendingTransmissionConstraints()
       If true, the command has been accepted and is due for release
       as soon as transmission constraints are satisfied.
       
      optional bool pendingTransmissionConstraints = 13;
      Returns:
      The pendingTransmissionConstraints.