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 Summary
Modifier and TypeMethodDescriptionoptional .common.protobuf.EventDataPB ackData = 2;
optional .common.protobuf.EventDataPB ackData = 2;
boolean
getAcked()
bool acked = 5;
optional .common.protobuf.EventDataPB activeData = 1;
optional .common.protobuf.EventDataPB activeData = 1;
BasicAlarmEvent extends BasicPropertySet, so all the alarm properties not covered above will end up in this objectBasicAlarmEvent extends BasicPropertySet, so all the alarm properties not covered above will end up in this objectoptional .common.protobuf.EventDataPB clearData = 3;
optional .common.protobuf.EventDataPB clearData = 3;
boolean
bool cleared = 4;
optional .common.protobuf.StringPathPB displayPath = 8;
optional .common.protobuf.StringPathPB displayPath = 8;
getNotes()
optional string notes = 9;
com.google.protobuf.ByteString
optional string notes = 9;
.common.protobuf.AlarmPriorityPB priority = 10;
int
.common.protobuf.AlarmPriorityPB priority = 10;
optional .common.protobuf.QualifiedPathPB sourcePath = 7;
optional .common.protobuf.QualifiedPathPB sourcePath = 7;
getUuid()
string uuid = 6;
com.google.protobuf.ByteString
string uuid = 6;
boolean
optional .common.protobuf.EventDataPB ackData = 2;
boolean
optional .common.protobuf.EventDataPB activeData = 1;
boolean
BasicAlarmEvent extends BasicPropertySet, so all the alarm properties not covered above will end up in this objectboolean
optional .common.protobuf.EventDataPB clearData = 3;
boolean
optional .common.protobuf.StringPathPB displayPath = 8;
boolean
hasNotes()
optional string notes = 9;
boolean
optional .common.protobuf.QualifiedPathPB sourcePath = 7;
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
-
hasActiveData
boolean hasActiveData()optional .common.protobuf.EventDataPB activeData = 1;
- Returns:
- Whether the activeData field is set.
-
getActiveData
EventDataProto.EventDataPB 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
EventDataProto.EventDataPB getAckData()optional .common.protobuf.EventDataPB ackData = 2;
- Returns:
- The ackData.
-
getAckDataOrBuilder
EventDataProto.EventDataPBOrBuilder getAckDataOrBuilder()optional .common.protobuf.EventDataPB ackData = 2;
-
hasClearData
boolean hasClearData()optional .common.protobuf.EventDataPB clearData = 3;
- Returns:
- Whether the clearData field is set.
-
getClearData
EventDataProto.EventDataPB 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
QualifiedPathProto.QualifiedPathPB getSourcePath()optional .common.protobuf.QualifiedPathPB sourcePath = 7;
- Returns:
- The sourcePath.
-
getSourcePathOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getSourcePathOrBuilder()optional .common.protobuf.QualifiedPathPB sourcePath = 7;
-
hasDisplayPath
boolean hasDisplayPath()optional .common.protobuf.StringPathPB displayPath = 8;
- Returns:
- Whether the displayPath field is set.
-
getDisplayPath
StringPathProto.StringPathPB 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
AlarmEnumsProto.AlarmPriorityPB 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
BasicPropertySetProto.BasicPropertySetPB 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
BasicPropertySetProto.BasicPropertySetPBOrBuilder getAlarmPropsOrBuilder()BasicAlarmEvent extends BasicPropertySet, so all the alarm properties not covered above will end up in this object
.common.protobuf.BasicPropertySetPB alarmProps = 14;
-