Interface GlobalAlarmStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GlobalAlarmStatus, GlobalAlarmStatus.Builder

public interface GlobalAlarmStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    true if there is at least one acknowledged alarm not OK (i.e. latest value of parameter still out of limits)
    int
    the number of active ackonwledged alarms
    boolean
    true if there is at least one shelved alarm not OK (i.e. latest value of parameter still out of limits)
    int
    the number of shelved alarms
    boolean
    true if there is at least one unacknowledged alarm not OK (i.e. latest value of parameter still out of limits)
    int
    the number of active unacknoleged alarms
    boolean
    true if there is at least one acknowledged alarm not OK (i.e. latest value of parameter still out of limits)
    boolean
    the number of active ackonwledged alarms
    boolean
    true if there is at least one shelved alarm not OK (i.e. latest value of parameter still out of limits)
    boolean
    the number of shelved alarms
    boolean
    true if there is at least one unacknowledged alarm not OK (i.e. latest value of parameter still out of limits)
    boolean
    the number of active unacknoleged alarms

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasUnacknowledgedCount

      boolean hasUnacknowledgedCount()
      the number of active unacknoleged alarms
       
      optional int32 unacknowledgedCount = 1;
      Returns:
      Whether the unacknowledgedCount field is set.
    • getUnacknowledgedCount

      int getUnacknowledgedCount()
      the number of active unacknoleged alarms
       
      optional int32 unacknowledgedCount = 1;
      Returns:
      The unacknowledgedCount.
    • hasUnacknowledgedActive

      boolean hasUnacknowledgedActive()
      true if there is at least one unacknowledged alarm not OK (i.e. latest value of parameter still out of limits)
       
      optional bool unacknowledgedActive = 2;
      Returns:
      Whether the unacknowledgedActive field is set.
    • getUnacknowledgedActive

      boolean getUnacknowledgedActive()
      true if there is at least one unacknowledged alarm not OK (i.e. latest value of parameter still out of limits)
       
      optional bool unacknowledgedActive = 2;
      Returns:
      The unacknowledgedActive.
    • hasAcknowledgedCount

      boolean hasAcknowledgedCount()
      the number of active ackonwledged alarms 
       
      optional int32 acknowledgedCount = 3;
      Returns:
      Whether the acknowledgedCount field is set.
    • getAcknowledgedCount

      int getAcknowledgedCount()
      the number of active ackonwledged alarms 
       
      optional int32 acknowledgedCount = 3;
      Returns:
      The acknowledgedCount.
    • hasAcknowledgedActive

      boolean hasAcknowledgedActive()
      true if there is at least one acknowledged alarm not OK (i.e. latest value of parameter still out of limits)
       
      optional bool acknowledgedActive = 4;
      Returns:
      Whether the acknowledgedActive field is set.
    • getAcknowledgedActive

      boolean getAcknowledgedActive()
      true if there is at least one acknowledged alarm not OK (i.e. latest value of parameter still out of limits)
       
      optional bool acknowledgedActive = 4;
      Returns:
      The acknowledgedActive.
    • hasShelvedCount

      boolean hasShelvedCount()
      the number of shelved alarms
       
      optional int32 shelvedCount = 5;
      Returns:
      Whether the shelvedCount field is set.
    • getShelvedCount

      int getShelvedCount()
      the number of shelved alarms
       
      optional int32 shelvedCount = 5;
      Returns:
      The shelvedCount.
    • hasShelvedActive

      boolean hasShelvedActive()
      true if there is at least one shelved alarm not OK (i.e. latest value of parameter still out of limits)
       
      optional bool shelvedActive = 6;
      Returns:
      Whether the shelvedActive field is set.
    • getShelvedActive

      boolean getShelvedActive()
      true if there is at least one shelved alarm not OK (i.e. latest value of parameter still out of limits)
       
      optional bool shelvedActive = 6;
      Returns:
      The shelvedActive.