Interface MxaccessGateway.AlarmFeedMessageOrBuilder

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

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

    • hasActiveAlarm

      boolean hasActiveAlarm()
       Part of the initial active-alarm snapshot (ConditionRefresh).
       
      .mxaccess_gateway.v1.ActiveAlarmSnapshot active_alarm = 1;
      Returns:
      Whether the activeAlarm field is set.
    • getActiveAlarm

       Part of the initial active-alarm snapshot (ConditionRefresh).
       
      .mxaccess_gateway.v1.ActiveAlarmSnapshot active_alarm = 1;
      Returns:
      The activeAlarm.
    • getActiveAlarmOrBuilder

       Part of the initial active-alarm snapshot (ConditionRefresh).
       
      .mxaccess_gateway.v1.ActiveAlarmSnapshot active_alarm = 1;
    • hasSnapshotComplete

      boolean hasSnapshotComplete()
       Sentinel: the initial snapshot is fully delivered and `transition`
       messages follow. Always true when present.
       
      bool snapshot_complete = 2;
      Returns:
      Whether the snapshotComplete field is set.
    • getSnapshotComplete

      boolean getSnapshotComplete()
       Sentinel: the initial snapshot is fully delivered and `transition`
       messages follow. Always true when present.
       
      bool snapshot_complete = 2;
      Returns:
      The snapshotComplete.
    • hasTransition

      boolean hasTransition()
       A live alarm state change (raise / acknowledge / clear).
       
      .mxaccess_gateway.v1.OnAlarmTransitionEvent transition = 3;
      Returns:
      Whether the transition field is set.
    • getTransition

       A live alarm state change (raise / acknowledge / clear).
       
      .mxaccess_gateway.v1.OnAlarmTransitionEvent transition = 3;
      Returns:
      The transition.
    • getTransitionOrBuilder

       A live alarm state change (raise / acknowledge / clear).
       
      .mxaccess_gateway.v1.OnAlarmTransitionEvent transition = 3;
    • hasProviderStatus

      boolean hasProviderStatus()
       Provider-mode status. Emitted once on stream open and again on every
       failover/failback so late joiners learn the current mode immediately.
       
      .mxaccess_gateway.v1.AlarmProviderStatus provider_status = 4;
      Returns:
      Whether the providerStatus field is set.
    • getProviderStatus

       Provider-mode status. Emitted once on stream open and again on every
       failover/failback so late joiners learn the current mode immediately.
       
      .mxaccess_gateway.v1.AlarmProviderStatus provider_status = 4;
      Returns:
      The providerStatus.
    • getProviderStatusOrBuilder

      MxaccessGateway.AlarmProviderStatusOrBuilder getProviderStatusOrBuilder()
       Provider-mode status. Emitted once on stream open and again on every
       failover/failback so late joiners learn the current mode immediately.
       
      .mxaccess_gateway.v1.AlarmProviderStatus provider_status = 4;
    • getPayloadCase