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 acknowledged alarms
    Highest severity among all acknowledged 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
    Highest severity among all 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 unacknowledged alarms
    Highest severity among all unacknowledged 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 acknowledged alarms
    boolean
    Highest severity among all acknowledged 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
    Highest severity among all 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 unacknowledged alarms
    boolean
    Highest severity among all unacknowledged 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 unacknowledged alarms
       
      optional int32 unacknowledgedCount = 1;
      Returns:
      Whether the unacknowledgedCount field is set.
    • getUnacknowledgedCount

      int getUnacknowledgedCount()
       The number of active unacknowledged 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.
    • hasUnacknowledgedSeverity

      boolean hasUnacknowledgedSeverity()
       Highest severity among all unacknowledged alarms
       
      optional .yamcs.protobuf.alarms.AlarmSeverity unacknowledgedSeverity = 7;
      Returns:
      Whether the unacknowledgedSeverity field is set.
    • getUnacknowledgedSeverity

      AlarmSeverity getUnacknowledgedSeverity()
       Highest severity among all unacknowledged alarms
       
      optional .yamcs.protobuf.alarms.AlarmSeverity unacknowledgedSeverity = 7;
      Returns:
      The unacknowledgedSeverity.
    • hasAcknowledgedCount

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

      int getAcknowledgedCount()
       The number of active acknowledged 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.
    • hasAcknowledgedSeverity

      boolean hasAcknowledgedSeverity()
       Highest severity among all acknowledged alarms
       
      optional .yamcs.protobuf.alarms.AlarmSeverity acknowledgedSeverity = 8;
      Returns:
      Whether the acknowledgedSeverity field is set.
    • getAcknowledgedSeverity

      AlarmSeverity getAcknowledgedSeverity()
       Highest severity among all acknowledged alarms
       
      optional .yamcs.protobuf.alarms.AlarmSeverity acknowledgedSeverity = 8;
      Returns:
      The acknowledgedSeverity.
    • 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.
    • hasShelvedSeverity

      boolean hasShelvedSeverity()
       Highest severity among all shelved alarms
       
      optional .yamcs.protobuf.alarms.AlarmSeverity shelvedSeverity = 9;
      Returns:
      Whether the shelvedSeverity field is set.
    • getShelvedSeverity

      AlarmSeverity getShelvedSeverity()
       Highest severity among all shelved alarms
       
      optional .yamcs.protobuf.alarms.AlarmSeverity shelvedSeverity = 9;
      Returns:
      The shelvedSeverity.