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
      String getLabel()
      optional string label = 3;
      com.google.protobuf.ByteString getLabelBytes()
      optional string label = 3;
      Mdb.AlarmLevelType getLevel()
      optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
      boolean hasLabel()
      optional string label = 3;
      boolean hasLevel()
      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 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;