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 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.