Interface Commanding.CommandSignificanceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getSequenceNumber()
      the sequence number of the command sent
      Mdb.SignificanceInfo getSignificance()
      optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
      Mdb.SignificanceInfoOrBuilder getSignificanceOrBuilder()
      optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
      boolean hasSequenceNumber()
      the sequence number of the command sent
      boolean hasSignificance()
      optional .yamcs.protobuf.mdb.SignificanceInfo significance = 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 Detail

      • hasSequenceNumber

        boolean hasSequenceNumber()
        the sequence number of the command sent
         
        optional int32 sequenceNumber = 1;
      • getSequenceNumber

        int getSequenceNumber()
        the sequence number of the command sent
         
        optional int32 sequenceNumber = 1;
      • hasSignificance

        boolean hasSignificance()
        optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
      • getSignificance

        Mdb.SignificanceInfo getSignificance()
        optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
      • getSignificanceOrBuilder

        Mdb.SignificanceInfoOrBuilder getSignificanceOrBuilder()
        optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;