Package org.yamcs.tse.api
Interface TseCommandResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TseCommandResponse
,TseCommandResponse.Builder
public interface TseCommandResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string errorMessage = 3;
com.google.protobuf.ByteString
optional string errorMessage = 3;
getId()
optional .yamcs.protobuf.commanding.CommandId id = 1;
optional .yamcs.protobuf.commanding.CommandId id = 1;
boolean
optional bool success = 2;
boolean
optional string errorMessage = 3;
boolean
hasId()
optional .yamcs.protobuf.commanding.CommandId id = 1;
boolean
optional bool success = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()optional .yamcs.protobuf.commanding.CommandId id = 1;
- Returns:
- Whether the id field is set.
-
getId
Commanding.CommandId getId()optional .yamcs.protobuf.commanding.CommandId id = 1;
- Returns:
- The id.
-
getIdOrBuilder
Commanding.CommandIdOrBuilder getIdOrBuilder()optional .yamcs.protobuf.commanding.CommandId id = 1;
-
hasSuccess
boolean hasSuccess()optional bool success = 2;
- Returns:
- Whether the success field is set.
-
getSuccess
boolean getSuccess()optional bool success = 2;
- Returns:
- The success.
-
hasErrorMessage
boolean hasErrorMessage()optional string errorMessage = 3;
- Returns:
- Whether the errorMessage field is set.
-
getErrorMessage
String getErrorMessage()optional string errorMessage = 3;
- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()optional string errorMessage = 3;
- Returns:
- The bytes for errorMessage.
-