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

    Modifier and Type
    Method
    Description
    optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
    optional string reasonForWarning = 2;
    com.google.protobuf.ByteString
    optional string reasonForWarning = 2;
    boolean
    optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
    boolean
    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 Details

    • hasConsequenceLevel

      boolean hasConsequenceLevel()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
      Returns:
      Whether the consequenceLevel field is set.
    • getConsequenceLevel

      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
      Returns:
      The consequenceLevel.
    • hasReasonForWarning

      boolean hasReasonForWarning()
      optional string reasonForWarning = 2;
      Returns:
      Whether the reasonForWarning field is set.
    • getReasonForWarning

      String getReasonForWarning()
      optional string reasonForWarning = 2;
      Returns:
      The reasonForWarning.
    • getReasonForWarningBytes

      com.google.protobuf.ByteString getReasonForWarningBytes()
      optional string reasonForWarning = 2;
      Returns:
      The bytes for reasonForWarning.