Interface TseCommandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TseCommand, TseCommand.Builder

public interface TseCommandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasId

      boolean hasId()
      optional .yamcs.protobuf.commanding.CommandId id = 6;
      Returns:
      Whether the id field is set.
    • getId

      optional .yamcs.protobuf.commanding.CommandId id = 6;
      Returns:
      The id.
    • getIdOrBuilder

      optional .yamcs.protobuf.commanding.CommandId id = 6;
    • hasInstrument

      boolean hasInstrument()
      optional string instrument = 1;
      Returns:
      Whether the instrument field is set.
    • getInstrument

      String getInstrument()
      optional string instrument = 1;
      Returns:
      The instrument.
    • getInstrumentBytes

      com.google.protobuf.ByteString getInstrumentBytes()
      optional string instrument = 1;
      Returns:
      The bytes for instrument.
    • hasCommand

      boolean hasCommand()
      optional string command = 2;
      Returns:
      Whether the command field is set.
    • getCommand

      String getCommand()
      optional string command = 2;
      Returns:
      The command.
    • getCommandBytes

      com.google.protobuf.ByteString getCommandBytes()
      optional string command = 2;
      Returns:
      The bytes for command.
    • hasResponse

      boolean hasResponse()
      optional string response = 3;
      Returns:
      Whether the response field is set.
    • getResponse

      String getResponse()
      optional string response = 3;
      Returns:
      The response.
    • getResponseBytes

      com.google.protobuf.ByteString getResponseBytes()
      optional string response = 3;
      Returns:
      The bytes for response.
    • getArgumentMappingCount

      int getArgumentMappingCount()
      map<string, .yamcs.protobuf.Value> argumentMapping = 4;
    • containsArgumentMapping

      boolean containsArgumentMapping(String key)
      map<string, .yamcs.protobuf.Value> argumentMapping = 4;
    • getArgumentMapping

      @Deprecated Map<String,Yamcs.Value> getArgumentMapping()
      Deprecated.
    • getArgumentMappingMap

      Map<String,Yamcs.Value> getArgumentMappingMap()
      map<string, .yamcs.protobuf.Value> argumentMapping = 4;
    • getArgumentMappingOrDefault

      Yamcs.Value getArgumentMappingOrDefault(String key, Yamcs.Value defaultValue)
      map<string, .yamcs.protobuf.Value> argumentMapping = 4;
    • getArgumentMappingOrThrow

      Yamcs.Value getArgumentMappingOrThrow(String key)
      map<string, .yamcs.protobuf.Value> argumentMapping = 4;
    • getParameterMappingCount

      int getParameterMappingCount()
      map<string, string> parameterMapping = 5;
    • containsParameterMapping

      boolean containsParameterMapping(String key)
      map<string, string> parameterMapping = 5;
    • getParameterMapping

      @Deprecated Map<String,String> getParameterMapping()
      Deprecated.
    • getParameterMappingMap

      Map<String,String> getParameterMappingMap()
      map<string, string> parameterMapping = 5;
    • getParameterMappingOrDefault

      String getParameterMappingOrDefault(String key, String defaultValue)
      map<string, string> parameterMapping = 5;
    • getParameterMappingOrThrow

      String getParameterMappingOrThrow(String key)
      map<string, string> parameterMapping = 5;