Interface BasicAlarmEventProto.BasicAlarmEventPBOrBuilder

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

public static interface BasicAlarmEventProto.BasicAlarmEventPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasActiveData

      boolean hasActiveData()
      optional .common.protobuf.EventDataPB activeData = 1;
      Returns:
      Whether the activeData field is set.
    • getActiveData

      optional .common.protobuf.EventDataPB activeData = 1;
      Returns:
      The activeData.
    • getActiveDataOrBuilder

      EventDataProto.EventDataPBOrBuilder getActiveDataOrBuilder()
      optional .common.protobuf.EventDataPB activeData = 1;
    • hasAckData

      boolean hasAckData()
      optional .common.protobuf.EventDataPB ackData = 2;
      Returns:
      Whether the ackData field is set.
    • getAckData

      optional .common.protobuf.EventDataPB ackData = 2;
      Returns:
      The ackData.
    • getAckDataOrBuilder

      optional .common.protobuf.EventDataPB ackData = 2;
    • hasClearData

      boolean hasClearData()
      optional .common.protobuf.EventDataPB clearData = 3;
      Returns:
      Whether the clearData field is set.
    • getClearData

      optional .common.protobuf.EventDataPB clearData = 3;
      Returns:
      The clearData.
    • getClearDataOrBuilder

      EventDataProto.EventDataPBOrBuilder getClearDataOrBuilder()
      optional .common.protobuf.EventDataPB clearData = 3;
    • getCleared

      boolean getCleared()
      bool cleared = 4;
      Returns:
      The cleared.
    • getAcked

      boolean getAcked()
      bool acked = 5;
      Returns:
      The acked.
    • getUuid

      String getUuid()
      string uuid = 6;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 6;
      Returns:
      The bytes for uuid.
    • hasSourcePath

      boolean hasSourcePath()
      optional .common.protobuf.QualifiedPathPB sourcePath = 7;
      Returns:
      Whether the sourcePath field is set.
    • getSourcePath

      optional .common.protobuf.QualifiedPathPB sourcePath = 7;
      Returns:
      The sourcePath.
    • getSourcePathOrBuilder

      optional .common.protobuf.QualifiedPathPB sourcePath = 7;
    • hasDisplayPath

      boolean hasDisplayPath()
      optional .common.protobuf.StringPathPB displayPath = 8;
      Returns:
      Whether the displayPath field is set.
    • getDisplayPath

      optional .common.protobuf.StringPathPB displayPath = 8;
      Returns:
      The displayPath.
    • getDisplayPathOrBuilder

      StringPathProto.StringPathPBOrBuilder getDisplayPathOrBuilder()
      optional .common.protobuf.StringPathPB displayPath = 8;
    • hasNotes

      boolean hasNotes()
      optional string notes = 9;
      Returns:
      Whether the notes field is set.
    • getNotes

      String getNotes()
      optional string notes = 9;
      Returns:
      The notes.
    • getNotesBytes

      com.google.protobuf.ByteString getNotesBytes()
      optional string notes = 9;
      Returns:
      The bytes for notes.
    • getPriorityValue

      int getPriorityValue()
      .common.protobuf.AlarmPriorityPB priority = 10;
      Returns:
      The enum numeric value on the wire for priority.
    • getPriority

      .common.protobuf.AlarmPriorityPB priority = 10;
      Returns:
      The priority.
    • hasAlarmProps

      boolean hasAlarmProps()
       BasicAlarmEvent extends BasicPropertySet, so all the alarm properties not covered above will end up in this
       object
       
      .common.protobuf.BasicPropertySetPB alarmProps = 14;
      Returns:
      Whether the alarmProps field is set.
    • getAlarmProps

       BasicAlarmEvent extends BasicPropertySet, so all the alarm properties not covered above will end up in this
       object
       
      .common.protobuf.BasicPropertySetPB alarmProps = 14;
      Returns:
      The alarmProps.
    • getAlarmPropsOrBuilder

       BasicAlarmEvent extends BasicPropertySet, so all the alarm properties not covered above will end up in this
       object
       
      .common.protobuf.BasicPropertySetPB alarmProps = 14;