Package org.yamcs.protobuf
Interface Mdb.EnumerationAlarmOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.EnumerationAlarm,Mdb.EnumerationAlarm.Builder
- Enclosing class:
- Mdb
public static interface Mdb.EnumerationAlarmOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()optional string label = 3;com.google.protobuf.ByteStringgetLabelBytes()optional string label = 3;Mdb.AlarmLevelTypegetLevel()optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;booleanhasLabel()optional string label = 3;booleanhasLevel()optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLevel
boolean hasLevel()
optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
-
getLevel
Mdb.AlarmLevelType getLevel()
optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
-
hasLabel
boolean hasLabel()
optional string label = 3;
-
getLabel
String getLabel()
optional string label = 3;
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
optional string label = 3;
-
-