Package mxaccess_gateway.v1
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 Summary
Modifier and TypeMethodDescriptionPart of the initial active-alarm snapshot (ConditionRefresh).Part of the initial active-alarm snapshot (ConditionRefresh).Provider-mode status.Provider-mode status.booleanSentinel: the initial snapshot is fully delivered and `transition` messages follow.A live alarm state change (raise / acknowledge / clear).A live alarm state change (raise / acknowledge / clear).booleanPart of the initial active-alarm snapshot (ConditionRefresh).booleanProvider-mode status.booleanSentinel: the initial snapshot is fully delivered and `transition` messages follow.booleanA live alarm state change (raise / acknowledge / clear).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
-
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
MxaccessGateway.ActiveAlarmSnapshot getActiveAlarm()Part of the initial active-alarm snapshot (ConditionRefresh).
.mxaccess_gateway.v1.ActiveAlarmSnapshot active_alarm = 1;- Returns:
- The activeAlarm.
-
getActiveAlarmOrBuilder
MxaccessGateway.ActiveAlarmSnapshotOrBuilder 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
MxaccessGateway.OnAlarmTransitionEvent getTransition()A live alarm state change (raise / acknowledge / clear).
.mxaccess_gateway.v1.OnAlarmTransitionEvent transition = 3;- Returns:
- The transition.
-
getTransitionOrBuilder
MxaccessGateway.OnAlarmTransitionEventOrBuilder 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
MxaccessGateway.AlarmProviderStatus 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
MxaccessGateway.AlarmFeedMessage.PayloadCase getPayloadCase()
-