Package org.yamcs.protobuf
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 Summary
Modifier and TypeMethodDescriptiongetAssignments(int index) repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;intrepeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;getAssignmentsOrBuilder(int index) repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;List<? extends Commanding.CommandAssignmentOrBuilder>repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;com.google.protobuf.ByteStringoptional bytes binary = 6;optional string commandName = 17;com.google.protobuf.ByteStringoptional string commandName = 17;optional string comment = 11;com.google.protobuf.ByteStringoptional string comment = 11;com.google.protobuf.Timestampoptional .google.protobuf.Timestamp generationTime = 12;com.google.protobuf.TimestampOrBuilderoptional .google.protobuf.Timestamp generationTime = 12;getId()optional string id = 14;com.google.protobuf.ByteStringoptional string id = 14;optional string instance = 1;com.google.protobuf.ByteStringoptional string instance = 1;optional string origin = 15;com.google.protobuf.ByteStringoptional string origin = 15;booleanIf true, the command has been accepted and is due for release as soon as transmission constraints are satisfied.optional string processorName = 2;com.google.protobuf.ByteStringoptional string processorName = 2;optional string queueName = 3;com.google.protobuf.ByteStringoptional string queueName = 3;intoptional int32 sequenceNumber = 16;optional string username = 7;com.google.protobuf.ByteStringoptional string username = 7;booleanoptional bytes binary = 6;booleanoptional string commandName = 17;booleanoptional string comment = 11;booleanoptional .google.protobuf.Timestamp generationTime = 12;booleanhasId()optional string id = 14;booleanoptional string instance = 1;booleanoptional string origin = 15;booleanIf true, the command has been accepted and is due for release as soon as transmission constraints are satisfied.booleanoptional string processorName = 2;booleanoptional string queueName = 3;booleanoptional int32 sequenceNumber = 16;booleanoptional string username = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.
-