Interface Commanding.CommandHistoryEntryOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
        optional string id = 7;
      • getId

        String getId()
        optional string id = 7;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 7;
      • hasCommandName

        boolean hasCommandName()
        optional string commandName = 8;
      • getCommandName

        String getCommandName()
        optional string commandName = 8;
      • getCommandNameBytes

        com.google.protobuf.ByteString getCommandNameBytes()
        optional string commandName = 8;
      • hasOrigin

        boolean hasOrigin()
        optional string origin = 9;
      • getOrigin

        String getOrigin()
        optional string origin = 9;
      • getOriginBytes

        com.google.protobuf.ByteString getOriginBytes()
        optional string origin = 9;
      • hasSequenceNumber

        boolean hasSequenceNumber()
        optional int32 sequenceNumber = 10;
      • getSequenceNumber

        int getSequenceNumber()
        optional int32 sequenceNumber = 10;
      • hasCommandId

        boolean hasCommandId()
        optional .yamcs.protobuf.commanding.CommandId commandId = 1;
      • getCommandId

        Commanding.CommandId getCommandId()
        optional .yamcs.protobuf.commanding.CommandId commandId = 1;
      • getAttrCount

        int getAttrCount()
        repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
      • hasGenerationTimeUTC

        @Deprecated
        boolean hasGenerationTimeUTC()
        Deprecated.
        optional string generationTimeUTC = 4 [deprecated = true];
      • getGenerationTimeUTC

        @Deprecated
        String getGenerationTimeUTC()
        Deprecated.
        optional string generationTimeUTC = 4 [deprecated = true];
      • getGenerationTimeUTCBytes

        @Deprecated
        com.google.protobuf.ByteString getGenerationTimeUTCBytes()
        Deprecated.
        optional string generationTimeUTC = 4 [deprecated = true];
      • 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;
      • getAssignment

        Commanding.CommandAssignment getAssignment​(int index)
        repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;
      • getAssignmentCount

        int getAssignmentCount()
        repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;