Interface Mdb.SignificanceInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Mdb.SignificanceInfo, Mdb.SignificanceInfo.Builder
    Enclosing class:
    Mdb

    public static interface Mdb.SignificanceInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Mdb.SignificanceInfo.SignificanceLevelType getConsequenceLevel()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
      String getReasonForWarning()
      optional string reasonForWarning = 2;
      com.google.protobuf.ByteString getReasonForWarningBytes()
      optional string reasonForWarning = 2;
      boolean hasConsequenceLevel()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
      boolean hasReasonForWarning()
      optional string reasonForWarning = 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

      • hasConsequenceLevel

        boolean hasConsequenceLevel()
        optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
      • hasReasonForWarning

        boolean hasReasonForWarning()
        optional string reasonForWarning = 2;
      • getReasonForWarning

        String getReasonForWarning()
        optional string reasonForWarning = 2;
      • getReasonForWarningBytes

        com.google.protobuf.ByteString getReasonForWarningBytes()
        optional string reasonForWarning = 2;