Package org.yamcs.protobuf
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.SignificanceLevelTypegetConsequenceLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;StringgetReasonForWarning()optional string reasonForWarning = 2;com.google.protobuf.ByteStringgetReasonForWarningBytes()optional string reasonForWarning = 2;booleanhasConsequenceLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;booleanhasReasonForWarning()optional string reasonForWarning = 2;-
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;
-
getConsequenceLevel
Mdb.SignificanceInfo.SignificanceLevelType getConsequenceLevel()
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;
-
-