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 Detail

      • hasUnacknowledgedCount

        boolean hasUnacknowledgedCount()
        optional int32 unacknowledgedCount = 1;
      • getUnacknowledgedCount

        int getUnacknowledgedCount()
        optional int32 unacknowledgedCount = 1;
      • hasUnacknowledgedActive

        boolean hasUnacknowledgedActive()
        optional bool unacknowledgedActive = 2;
      • getUnacknowledgedActive

        boolean getUnacknowledgedActive()
        optional bool unacknowledgedActive = 2;
      • hasAcknowledgedCount

        boolean hasAcknowledgedCount()
        optional int32 acknowledgedCount = 3;
      • getAcknowledgedCount

        int getAcknowledgedCount()
        optional int32 acknowledgedCount = 3;
      • hasAcknowledgedActive

        boolean hasAcknowledgedActive()
        optional bool acknowledgedActive = 4;
      • getAcknowledgedActive

        boolean getAcknowledgedActive()
        optional bool acknowledgedActive = 4;
      • hasShelvedCount

        boolean hasShelvedCount()
        optional int32 shelvedCount = 5;
      • getShelvedCount

        int getShelvedCount()
        optional int32 shelvedCount = 5;
      • hasShelvedActive

        boolean hasShelvedActive()
        optional bool shelvedActive = 6;
      • getShelvedActive

        boolean getShelvedActive()
        optional bool shelvedActive = 6;