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 Type
    Method
    Description
    optional string errorMessage = 3;
    com.google.protobuf.ByteString
    optional string errorMessage = 3;
    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
    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

      optional .yamcs.protobuf.commanding.CommandId id = 1;
      Returns:
      The id.
    • 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.