Class IssueCommandResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.IssueCommandResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, IssueCommandResponseOrBuilder

public final class IssueCommandResponse extends com.google.protobuf.GeneratedMessageV3 implements IssueCommandResponseOrBuilder
Protobuf type yamcs.protobuf.commanding.IssueCommandResponse
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasId

      public boolean hasId()
      optional string id = 5;
      Specified by:
      hasId in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public String getId()
      optional string id = 5;
      Specified by:
      getId in interface IssueCommandResponseOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      optional string id = 5;
      Specified by:
      getIdBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for id.
    • hasGenerationTime

      public boolean hasGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 6;
      Specified by:
      hasGenerationTime in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the generationTime field is set.
    • getGenerationTime

      public com.google.protobuf.Timestamp getGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 6;
      Specified by:
      getGenerationTime in interface IssueCommandResponseOrBuilder
      Returns:
      The generationTime.
    • getGenerationTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
      optional .google.protobuf.Timestamp generationTime = 6;
      Specified by:
      getGenerationTimeOrBuilder in interface IssueCommandResponseOrBuilder
    • hasOrigin

      public boolean hasOrigin()
      optional string origin = 7;
      Specified by:
      hasOrigin in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the origin field is set.
    • getOrigin

      public String getOrigin()
      optional string origin = 7;
      Specified by:
      getOrigin in interface IssueCommandResponseOrBuilder
      Returns:
      The origin.
    • getOriginBytes

      public com.google.protobuf.ByteString getOriginBytes()
      optional string origin = 7;
      Specified by:
      getOriginBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for origin.
    • hasSequenceNumber

      public boolean hasSequenceNumber()
      optional int32 sequenceNumber = 8;
      Specified by:
      hasSequenceNumber in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the sequenceNumber field is set.
    • getSequenceNumber

      public int getSequenceNumber()
      optional int32 sequenceNumber = 8;
      Specified by:
      getSequenceNumber in interface IssueCommandResponseOrBuilder
      Returns:
      The sequenceNumber.
    • hasCommandName

      public boolean hasCommandName()
       Qualified name
       
      optional string commandName = 9;
      Specified by:
      hasCommandName in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the commandName field is set.
    • getCommandName

      public String getCommandName()
       Qualified name
       
      optional string commandName = 9;
      Specified by:
      getCommandName in interface IssueCommandResponseOrBuilder
      Returns:
      The commandName.
    • getCommandNameBytes

      public com.google.protobuf.ByteString getCommandNameBytes()
       Qualified name
       
      optional string commandName = 9;
      Specified by:
      getCommandNameBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for commandName.
    • getAliasesCount

      public int getAliasesCount()
      Description copied from interface: IssueCommandResponseOrBuilder
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesCount in interface IssueCommandResponseOrBuilder
    • containsAliases

      public boolean containsAliases(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      containsAliases in interface IssueCommandResponseOrBuilder
    • getAliases

      @Deprecated public Map<String,String> getAliases()
      Deprecated.
      Use getAliasesMap() instead.
      Specified by:
      getAliases in interface IssueCommandResponseOrBuilder
    • getAliasesMap

      public Map<String,String> getAliasesMap()
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesMap in interface IssueCommandResponseOrBuilder
    • getAliasesOrDefault

      public String getAliasesOrDefault(String key, String defaultValue)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesOrDefault in interface IssueCommandResponseOrBuilder
    • getAliasesOrThrow

      public String getAliasesOrThrow(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesOrThrow in interface IssueCommandResponseOrBuilder
    • getAssignmentsList

      public List<Commanding.CommandAssignment> getAssignmentsList()
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsList in interface IssueCommandResponseOrBuilder
    • getAssignmentsOrBuilderList

      public List<? extends Commanding.CommandAssignmentOrBuilder> getAssignmentsOrBuilderList()
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsOrBuilderList in interface IssueCommandResponseOrBuilder
    • getAssignmentsCount

      public int getAssignmentsCount()
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsCount in interface IssueCommandResponseOrBuilder
    • getAssignments

      public Commanding.CommandAssignment getAssignments(int index)
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignments in interface IssueCommandResponseOrBuilder
    • getAssignmentsOrBuilder

      public Commanding.CommandAssignmentOrBuilder getAssignmentsOrBuilder(int index)
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsOrBuilder in interface IssueCommandResponseOrBuilder
    • hasUnprocessedBinary

      public boolean hasUnprocessedBinary()
      optional bytes unprocessedBinary = 13;
      Specified by:
      hasUnprocessedBinary in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the unprocessedBinary field is set.
    • getUnprocessedBinary

      public com.google.protobuf.ByteString getUnprocessedBinary()
      optional bytes unprocessedBinary = 13;
      Specified by:
      getUnprocessedBinary in interface IssueCommandResponseOrBuilder
      Returns:
      The unprocessedBinary.
    • hasBinary

      public boolean hasBinary()
      optional bytes binary = 4;
      Specified by:
      hasBinary in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the binary field is set.
    • getBinary

      public com.google.protobuf.ByteString getBinary()
      optional bytes binary = 4;
      Specified by:
      getBinary in interface IssueCommandResponseOrBuilder
      Returns:
      The binary.
    • hasUsername

      public boolean hasUsername()
      optional string username = 11;
      Specified by:
      hasUsername in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the username field is set.
    • getUsername

      public String getUsername()
      optional string username = 11;
      Specified by:
      getUsername in interface IssueCommandResponseOrBuilder
      Returns:
      The username.
    • getUsernameBytes

      public com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 11;
      Specified by:
      getUsernameBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for username.
    • hasQueue

      public boolean hasQueue()
      optional string queue = 10;
      Specified by:
      hasQueue in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the queue field is set.
    • getQueue

      public String getQueue()
      optional string queue = 10;
      Specified by:
      getQueue in interface IssueCommandResponseOrBuilder
      Returns:
      The queue.
    • getQueueBytes

      public com.google.protobuf.ByteString getQueueBytes()
      optional string queue = 10;
      Specified by:
      getQueueBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for queue.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static IssueCommandResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IssueCommandResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IssueCommandResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IssueCommandResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IssueCommandResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IssueCommandResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IssueCommandResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IssueCommandResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IssueCommandResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IssueCommandResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IssueCommandResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IssueCommandResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public IssueCommandResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static IssueCommandResponse.Builder newBuilder()
    • newBuilder

      public static IssueCommandResponse.Builder newBuilder(IssueCommandResponse prototype)
    • toBuilder

      public IssueCommandResponse.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected IssueCommandResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static IssueCommandResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<IssueCommandResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<IssueCommandResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public IssueCommandResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder