Package org.yamcs.protobuf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetBinary()optional bytes binary = 4;StringgetCommandName()optional string commandName = 9;com.google.protobuf.ByteStringgetCommandNameBytes()optional string commandName = 9;com.google.protobuf.TimestampgetGenerationTime()optional .google.protobuf.Timestamp generationTime = 6;com.google.protobuf.TimestampOrBuildergetGenerationTimeOrBuilder()optional .google.protobuf.Timestamp generationTime = 6;StringgetHex()optional string hex = 3;com.google.protobuf.ByteStringgetHexBytes()optional string hex = 3;StringgetId()optional string id = 5;com.google.protobuf.ByteStringgetIdBytes()optional string id = 5;StringgetOrigin()optional string origin = 7;com.google.protobuf.ByteStringgetOriginBytes()optional string origin = 7;StringgetQueue()optional string queue = 10;com.google.protobuf.ByteStringgetQueueBytes()optional string queue = 10;intgetSequenceNumber()optional int32 sequenceNumber = 8;StringgetSource()optional string source = 2;com.google.protobuf.ByteStringgetSourceBytes()optional string source = 2;StringgetUsername()optional string username = 11;com.google.protobuf.ByteStringgetUsernameBytes()optional string username = 11;booleanhasBinary()optional bytes binary = 4;booleanhasCommandName()optional string commandName = 9;booleanhasGenerationTime()optional .google.protobuf.Timestamp generationTime = 6;booleanhasHex()optional string hex = 3;booleanhasId()optional string id = 5;booleanhasOrigin()optional string origin = 7;booleanhasQueue()optional string queue = 10;booleanhasSequenceNumber()optional int32 sequenceNumber = 8;booleanhasSource()optional string source = 2;booleanhasUsername()optional string username = 11;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 5;
-
getId
String getId()
optional string id = 5;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 5;
-
hasGenerationTime
boolean hasGenerationTime()
optional .google.protobuf.Timestamp generationTime = 6;
-
getGenerationTime
com.google.protobuf.Timestamp getGenerationTime()
optional .google.protobuf.Timestamp generationTime = 6;
-
getGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
optional .google.protobuf.Timestamp generationTime = 6;
-
hasOrigin
boolean hasOrigin()
optional string origin = 7;
-
getOrigin
String getOrigin()
optional string origin = 7;
-
getOriginBytes
com.google.protobuf.ByteString getOriginBytes()
optional string origin = 7;
-
hasSequenceNumber
boolean hasSequenceNumber()
optional int32 sequenceNumber = 8;
-
getSequenceNumber
int getSequenceNumber()
optional int32 sequenceNumber = 8;
-
hasCommandName
boolean hasCommandName()
optional string commandName = 9;
-
getCommandName
String getCommandName()
optional string commandName = 9;
-
getCommandNameBytes
com.google.protobuf.ByteString getCommandNameBytes()
optional string commandName = 9;
-
hasSource
boolean hasSource()
optional string source = 2;
-
getSource
String getSource()
optional string source = 2;
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
optional string source = 2;
-
hasHex
boolean hasHex()
optional string hex = 3;
-
getHex
String getHex()
optional string hex = 3;
-
getHexBytes
com.google.protobuf.ByteString getHexBytes()
optional string hex = 3;
-
hasBinary
boolean hasBinary()
optional bytes binary = 4;
-
getBinary
com.google.protobuf.ByteString getBinary()
optional bytes binary = 4;
-
hasUsername
boolean hasUsername()
optional string username = 11;
-
getUsername
String getUsername()
optional string username = 11;
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
optional string username = 11;
-
hasQueue
boolean hasQueue()
optional string queue = 10;
-
getQueue
String getQueue()
optional string queue = 10;
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()
optional string queue = 10;
-
-