Interface AlarmEnumsProto.AlarmEnumPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AlarmEnumsProto.AlarmEnumPB, AlarmEnumsProto.AlarmEnumPB.Builder
Enclosing class:
AlarmEnumsProto

public static interface AlarmEnumsProto.AlarmEnumPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAlarmPriority

      boolean hasAlarmPriority()
      .common.protobuf.AlarmPriorityPB alarmPriority = 1;
      Returns:
      Whether the alarmPriority field is set.
    • getAlarmPriorityValue

      int getAlarmPriorityValue()
      .common.protobuf.AlarmPriorityPB alarmPriority = 1;
      Returns:
      The enum numeric value on the wire for alarmPriority.
    • getAlarmPriority

      .common.protobuf.AlarmPriorityPB alarmPriority = 1;
      Returns:
      The alarmPriority.
    • hasAlarmState

      boolean hasAlarmState()
      .common.protobuf.AlarmStatePB alarmState = 2;
      Returns:
      Whether the alarmState field is set.
    • getAlarmStateValue

      int getAlarmStateValue()
      .common.protobuf.AlarmStatePB alarmState = 2;
      Returns:
      The enum numeric value on the wire for alarmState.
    • getAlarmState

      .common.protobuf.AlarmStatePB alarmState = 2;
      Returns:
      The alarmState.
    • hasAlarmStateTransition

      boolean hasAlarmStateTransition()
      .common.protobuf.AlarmStateTransitionPB alarmStateTransition = 3;
      Returns:
      Whether the alarmStateTransition field is set.
    • getAlarmStateTransitionValue

      int getAlarmStateTransitionValue()
      .common.protobuf.AlarmStateTransitionPB alarmStateTransition = 3;
      Returns:
      The enum numeric value on the wire for alarmStateTransition.
    • getAlarmStateTransition

      AlarmEnumsProto.AlarmStateTransitionPB getAlarmStateTransition()
      .common.protobuf.AlarmStateTransitionPB alarmStateTransition = 3;
      Returns:
      The alarmStateTransition.
    • hasAlarmMode

      boolean hasAlarmMode()
      .common.protobuf.AlarmModePB alarmMode = 4;
      Returns:
      Whether the alarmMode field is set.
    • getAlarmModeValue

      int getAlarmModeValue()
      .common.protobuf.AlarmModePB alarmMode = 4;
      Returns:
      The enum numeric value on the wire for alarmMode.
    • getAlarmMode

      .common.protobuf.AlarmModePB alarmMode = 4;
      Returns:
      The alarmMode.
    • hasEventPropertyType

      boolean hasEventPropertyType()
      .common.protobuf.EventPropertyTypePB eventPropertyType = 5;
      Returns:
      Whether the eventPropertyType field is set.
    • getEventPropertyTypeValue

      int getEventPropertyTypeValue()
      .common.protobuf.EventPropertyTypePB eventPropertyType = 5;
      Returns:
      The enum numeric value on the wire for eventPropertyType.
    • getEventPropertyType

      AlarmEnumsProto.EventPropertyTypePB getEventPropertyType()
      .common.protobuf.EventPropertyTypePB eventPropertyType = 5;
      Returns:
      The eventPropertyType.
    • getTheEnumCase