Interface MxaccessGateway.ActiveAlarmSnapshotOrBuilder

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

public static interface MxaccessGateway.ActiveAlarmSnapshotOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAlarmFullReference

      String getAlarmFullReference()
      string alarm_full_reference = 1;
      Returns:
      The alarmFullReference.
    • getAlarmFullReferenceBytes

      com.google.protobuf.ByteString getAlarmFullReferenceBytes()
      string alarm_full_reference = 1;
      Returns:
      The bytes for alarmFullReference.
    • getSourceObjectReference

      String getSourceObjectReference()
      string source_object_reference = 2;
      Returns:
      The sourceObjectReference.
    • getSourceObjectReferenceBytes

      com.google.protobuf.ByteString getSourceObjectReferenceBytes()
      string source_object_reference = 2;
      Returns:
      The bytes for sourceObjectReference.
    • getAlarmTypeName

      String getAlarmTypeName()
      string alarm_type_name = 3;
      Returns:
      The alarmTypeName.
    • getAlarmTypeNameBytes

      com.google.protobuf.ByteString getAlarmTypeNameBytes()
      string alarm_type_name = 3;
      Returns:
      The bytes for alarmTypeName.
    • getSeverity

      int getSeverity()
      int32 severity = 4;
      Returns:
      The severity.
    • hasOriginalRaiseTimestamp

      boolean hasOriginalRaiseTimestamp()
      .google.protobuf.Timestamp original_raise_timestamp = 5;
      Returns:
      Whether the originalRaiseTimestamp field is set.
    • getOriginalRaiseTimestamp

      com.google.protobuf.Timestamp getOriginalRaiseTimestamp()
      .google.protobuf.Timestamp original_raise_timestamp = 5;
      Returns:
      The originalRaiseTimestamp.
    • getOriginalRaiseTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getOriginalRaiseTimestampOrBuilder()
      .google.protobuf.Timestamp original_raise_timestamp = 5;
    • getCurrentStateValue

      int getCurrentStateValue()
      .mxaccess_gateway.v1.AlarmConditionState current_state = 6;
      Returns:
      The enum numeric value on the wire for currentState.
    • getCurrentState

      .mxaccess_gateway.v1.AlarmConditionState current_state = 6;
      Returns:
      The currentState.
    • getCategory

      String getCategory()
      string category = 7;
      Returns:
      The category.
    • getCategoryBytes

      com.google.protobuf.ByteString getCategoryBytes()
      string category = 7;
      Returns:
      The bytes for category.
    • getDescription

      String getDescription()
      string description = 8;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 8;
      Returns:
      The bytes for description.
    • hasLastTransitionTimestamp

      boolean hasLastTransitionTimestamp()
       When the most recent state transition occurred (last raise, last ack,
       last clear).
       
      .google.protobuf.Timestamp last_transition_timestamp = 9;
      Returns:
      Whether the lastTransitionTimestamp field is set.
    • getLastTransitionTimestamp

      com.google.protobuf.Timestamp getLastTransitionTimestamp()
       When the most recent state transition occurred (last raise, last ack,
       last clear).
       
      .google.protobuf.Timestamp last_transition_timestamp = 9;
      Returns:
      The lastTransitionTimestamp.
    • getLastTransitionTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastTransitionTimestampOrBuilder()
       When the most recent state transition occurred (last raise, last ack,
       last clear).
       
      .google.protobuf.Timestamp last_transition_timestamp = 9;
    • getOperatorUser

      String getOperatorUser()
       Operator who acknowledged the alarm if the current state is ActiveAcked.
       Empty otherwise.
       
      string operator_user = 10;
      Returns:
      The operatorUser.
    • getOperatorUserBytes

      com.google.protobuf.ByteString getOperatorUserBytes()
       Operator who acknowledged the alarm if the current state is ActiveAcked.
       Empty otherwise.
       
      string operator_user = 10;
      Returns:
      The bytes for operatorUser.
    • getOperatorComment

      String getOperatorComment()
       Operator comment recorded with the most recent acknowledge if the current
       state is ActiveAcked. Empty otherwise.
       
      string operator_comment = 11;
      Returns:
      The operatorComment.
    • getOperatorCommentBytes

      com.google.protobuf.ByteString getOperatorCommentBytes()
       Operator comment recorded with the most recent acknowledge if the current
       state is ActiveAcked. Empty otherwise.
       
      string operator_comment = 11;
      Returns:
      The bytes for operatorComment.
    • hasCurrentValue

      boolean hasCurrentValue()
      .mxaccess_gateway.v1.MxValue current_value = 12;
      Returns:
      Whether the currentValue field is set.
    • getCurrentValue

      MxaccessGateway.MxValue getCurrentValue()
      .mxaccess_gateway.v1.MxValue current_value = 12;
      Returns:
      The currentValue.
    • getCurrentValueOrBuilder

      MxaccessGateway.MxValueOrBuilder getCurrentValueOrBuilder()
      .mxaccess_gateway.v1.MxValue current_value = 12;
    • hasLimitValue

      boolean hasLimitValue()
      .mxaccess_gateway.v1.MxValue limit_value = 13;
      Returns:
      Whether the limitValue field is set.
    • getLimitValue

      MxaccessGateway.MxValue getLimitValue()
      .mxaccess_gateway.v1.MxValue limit_value = 13;
      Returns:
      The limitValue.
    • getLimitValueOrBuilder

      MxaccessGateway.MxValueOrBuilder getLimitValueOrBuilder()
      .mxaccess_gateway.v1.MxValue limit_value = 13;
    • getDegraded

      boolean getDegraded()
       True when this snapshot came from the subtag-monitoring fallback rather
       than the native alarmmgr provider — synthesized from data changes, reduced
       fidelity (synthetic GUID, no native raise time). Mirrors
       OnAlarmTransitionEvent.degraded.
       
      bool degraded = 14;
      Returns:
      The degraded.
    • getSourceProviderValue

      int getSourceProviderValue()
       Which provider produced this snapshot. Mirrors
       OnAlarmTransitionEvent.source_provider; always ALARMMGR or SUBTAG on the
       wire (never UNSPECIFIED).
       
      .mxaccess_gateway.v1.AlarmProviderMode source_provider = 15;
      Returns:
      The enum numeric value on the wire for sourceProvider.
    • getSourceProvider

       Which provider produced this snapshot. Mirrors
       OnAlarmTransitionEvent.source_provider; always ALARMMGR or SUBTAG on the
       wire (never UNSPECIFIED).
       
      .mxaccess_gateway.v1.AlarmProviderMode source_provider = 15;
      Returns:
      The sourceProvider.