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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetBinary()optional bytes binary = 6;StringgetCommandName()optional string commandName = 17;com.google.protobuf.ByteStringgetCommandNameBytes()optional string commandName = 17;StringgetComment()optional string comment = 11;com.google.protobuf.ByteStringgetCommentBytes()optional string comment = 11;com.google.protobuf.TimestampgetGenerationTime()optional .google.protobuf.Timestamp generationTime = 12;com.google.protobuf.TimestampOrBuildergetGenerationTimeOrBuilder()optional .google.protobuf.Timestamp generationTime = 12;StringgetId()optional string id = 14;com.google.protobuf.ByteStringgetIdBytes()optional string id = 14;StringgetInstance()optional string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 1;StringgetOrigin()optional string origin = 15;com.google.protobuf.ByteStringgetOriginBytes()optional string origin = 15;booleangetPendingTransmissionConstraints()if this is set to true , it means the command has been accepted for being released out of the queue but it is still there because it is pending transmission contraintsStringgetProcessorName()optional string processorName = 2;com.google.protobuf.ByteStringgetProcessorNameBytes()optional string processorName = 2;StringgetQueueName()optional string queueName = 3;com.google.protobuf.ByteStringgetQueueNameBytes()optional string queueName = 3;intgetSequenceNumber()optional int32 sequenceNumber = 16;StringgetSource()optional string source = 5;com.google.protobuf.ByteStringgetSourceBytes()optional string source = 5;StringgetUsername()optional string username = 7;com.google.protobuf.ByteStringgetUsernameBytes()optional string username = 7;StringgetUuid()optional string uuid = 9;com.google.protobuf.ByteStringgetUuidBytes()optional string uuid = 9;booleanhasBinary()optional bytes binary = 6;booleanhasCommandName()optional string commandName = 17;booleanhasComment()optional string comment = 11;booleanhasGenerationTime()optional .google.protobuf.Timestamp generationTime = 12;booleanhasId()optional string id = 14;booleanhasInstance()optional string instance = 1;booleanhasOrigin()optional string origin = 15;booleanhasPendingTransmissionConstraints()if this is set to true , it means the command has been accepted for being released out of the queue but it is still there because it is pending transmission contraintsbooleanhasProcessorName()optional string processorName = 2;booleanhasQueueName()optional string queueName = 3;booleanhasSequenceNumber()optional int32 sequenceNumber = 16;booleanhasSource()optional string source = 5;booleanhasUsername()optional string username = 7;booleanhasUuid()optional string uuid = 9;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
optional string instance = 1;
-
getInstance
String getInstance()
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;
-
hasProcessorName
boolean hasProcessorName()
optional string processorName = 2;
-
getProcessorName
String getProcessorName()
optional string processorName = 2;
-
getProcessorNameBytes
com.google.protobuf.ByteString getProcessorNameBytes()
optional string processorName = 2;
-
hasQueueName
boolean hasQueueName()
optional string queueName = 3;
-
getQueueName
String getQueueName()
optional string queueName = 3;
-
getQueueNameBytes
com.google.protobuf.ByteString getQueueNameBytes()
optional string queueName = 3;
-
hasId
boolean hasId()
optional string id = 14;
-
getId
String getId()
optional string id = 14;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 14;
-
hasOrigin
boolean hasOrigin()
optional string origin = 15;
-
getOrigin
String getOrigin()
optional string origin = 15;
-
getOriginBytes
com.google.protobuf.ByteString getOriginBytes()
optional string origin = 15;
-
hasSequenceNumber
boolean hasSequenceNumber()
optional int32 sequenceNumber = 16;
-
getSequenceNumber
int getSequenceNumber()
optional int32 sequenceNumber = 16;
-
hasCommandName
boolean hasCommandName()
optional string commandName = 17;
-
getCommandName
String getCommandName()
optional string commandName = 17;
-
getCommandNameBytes
com.google.protobuf.ByteString getCommandNameBytes()
optional string commandName = 17;
-
hasSource
boolean hasSource()
optional string source = 5;
-
getSource
String getSource()
optional string source = 5;
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
optional string source = 5;
-
hasBinary
boolean hasBinary()
optional bytes binary = 6;
-
getBinary
com.google.protobuf.ByteString getBinary()
optional bytes binary = 6;
-
hasUsername
boolean hasUsername()
optional string username = 7;
-
getUsername
String getUsername()
optional string username = 7;
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
optional string username = 7;
-
hasUuid
boolean hasUuid()
optional string uuid = 9;
-
getUuid
String getUuid()
optional string uuid = 9;
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()
optional string uuid = 9;
-
hasComment
boolean hasComment()
optional string comment = 11;
-
getComment
String getComment()
optional string comment = 11;
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()
optional string comment = 11;
-
hasGenerationTime
boolean hasGenerationTime()
optional .google.protobuf.Timestamp generationTime = 12;
-
getGenerationTime
com.google.protobuf.Timestamp getGenerationTime()
optional .google.protobuf.Timestamp generationTime = 12;
-
getGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
optional .google.protobuf.Timestamp generationTime = 12;
-
hasPendingTransmissionConstraints
boolean hasPendingTransmissionConstraints()
if this is set to true , it means the command has been accepted for being released out of the queue but it is still there because it is pending transmission contraints
optional bool pendingTransmissionConstraints = 13;
-
getPendingTransmissionConstraints
boolean getPendingTransmissionConstraints()
if this is set to true , it means the command has been accepted for being released out of the queue but it is still there because it is pending transmission contraints
optional bool pendingTransmissionConstraints = 13;
-
-