Interface Commanding.CommandSignificanceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Commanding.CommandSignificance, Commanding.CommandSignificance.Builder
Enclosing class:
Commanding

public static interface Commanding.CommandSignificanceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    the sequence number of the command sent
    optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
    optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
    boolean
    the sequence number of the command sent
    boolean
    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 Details

    • hasSequenceNumber

      boolean hasSequenceNumber()
      the sequence number of the command sent
       
      optional int32 sequenceNumber = 1;
      Returns:
      Whether the sequenceNumber field is set.
    • getSequenceNumber

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

      boolean hasSignificance()
      optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
      Returns:
      Whether the significance field is set.
    • getSignificance

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

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