public final class AlertStateSummary extends Object
AlertStateSummary
class holds information about each possible
alert state.Modifier and Type | Field and Description |
---|---|
AlertStateValues |
Critical
The
AlertState.CRITICAL state information. |
AlertStateValues |
Ok
The
AlertState.OK state information. |
AlertStateValues |
Unknown
The
AlertState.UNKNOWN state information. |
AlertStateValues |
Warning
The
AlertState.WARNING state information. |
Constructor and Description |
---|
AlertStateSummary() |
public final AlertStateValues Ok
AlertState.OK
state information.public final AlertStateValues Warning
AlertState.WARNING
state information.public final AlertStateValues Critical
AlertState.CRITICAL
state information.public final AlertStateValues Unknown
AlertState.UNKNOWN
state information.Copyright © 2022 Apache Software Foundation. All rights reserved.