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

    Modifier and Type
    Method
    Description
    optional string label = 3;
    com.google.protobuf.ByteString
    optional string label = 3;
    optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
    boolean
    optional string label = 3;
    boolean
    optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;

    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

    • hasLevel

      boolean hasLevel()
      optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
      Returns:
      Whether the level field is set.
    • getLevel

      Mdb.AlarmLevelType getLevel()
      optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
      Returns:
      The level.
    • hasLabel

      boolean hasLabel()
      optional string label = 3;
      Returns:
      Whether the label field is set.
    • getLabel

      String getLabel()
      optional string label = 3;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
      optional string label = 3;
      Returns:
      The bytes for label.