Package mxaccess_gateway.v1
Interface MxaccessGateway.AlarmSubtagTargetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.AlarmSubtagTarget,MxaccessGateway.AlarmSubtagTarget.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.AlarmSubtagTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionwritable ack-comment attribute (ack write target)com.google.protobuf.ByteStringwritable ack-comment attribute (ack write target)item address of the acknowledged booleancom.google.protobuf.ByteStringitem address of the acknowledged booleanitem address of the in-alarm booleancom.google.protobuf.ByteStringitem address of the in-alarm booleane.g.com.google.protobuf.ByteStringe.g.optional severity source; empty if absentcom.google.protobuf.ByteStringoptional severity source; empty if absente.g.com.google.protobuf.ByteStringe.g.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAlarmFullReference
String getAlarmFullReference()e.g. "Galaxy!Area.Tank01.Level.HiHi"
string alarm_full_reference = 1;- Returns:
- The alarmFullReference.
-
getAlarmFullReferenceBytes
com.google.protobuf.ByteString getAlarmFullReferenceBytes()e.g. "Galaxy!Area.Tank01.Level.HiHi"
string alarm_full_reference = 1;- Returns:
- The bytes for alarmFullReference.
-
getSourceObjectReference
String getSourceObjectReference()e.g. "Tank01"
string source_object_reference = 2;- Returns:
- The sourceObjectReference.
-
getSourceObjectReferenceBytes
com.google.protobuf.ByteString getSourceObjectReferenceBytes()e.g. "Tank01"
string source_object_reference = 2;- Returns:
- The bytes for sourceObjectReference.
-
getActiveSubtag
String getActiveSubtag()item address of the in-alarm boolean
string active_subtag = 3;- Returns:
- The activeSubtag.
-
getActiveSubtagBytes
com.google.protobuf.ByteString getActiveSubtagBytes()item address of the in-alarm boolean
string active_subtag = 3;- Returns:
- The bytes for activeSubtag.
-
getAckedSubtag
String getAckedSubtag()item address of the acknowledged boolean
string acked_subtag = 4;- Returns:
- The ackedSubtag.
-
getAckedSubtagBytes
com.google.protobuf.ByteString getAckedSubtagBytes()item address of the acknowledged boolean
string acked_subtag = 4;- Returns:
- The bytes for ackedSubtag.
-
getAckCommentSubtag
String getAckCommentSubtag()writable ack-comment attribute (ack write target)
string ack_comment_subtag = 5;- Returns:
- The ackCommentSubtag.
-
getAckCommentSubtagBytes
com.google.protobuf.ByteString getAckCommentSubtagBytes()writable ack-comment attribute (ack write target)
string ack_comment_subtag = 5;- Returns:
- The bytes for ackCommentSubtag.
-
getPrioritySubtag
String getPrioritySubtag()optional severity source; empty if absent
string priority_subtag = 6;- Returns:
- The prioritySubtag.
-
getPrioritySubtagBytes
com.google.protobuf.ByteString getPrioritySubtagBytes()optional severity source; empty if absent
string priority_subtag = 6;- Returns:
- The bytes for prioritySubtag.
-