public final class AlertStateValues extends Object
AlertStateValues
class holds various information about an alert
state, such as the number of instances of that state and the most recent
timestamp.Modifier and Type | Field and Description |
---|---|
String |
AlertText
The most recently received text from any instance of the alert.
|
int |
Count
The total count of non-maintenance mode instances.
|
int |
MaintenanceCount
The total count of instances in maintenance mode.
|
long |
Timestamp
The time of the last state change.
|
Constructor and Description |
---|
AlertStateValues() |
public int Count
public long Timestamp
public int MaintenanceCount
public String AlertText
Copyright © 2022 Apache Software Foundation. All rights reserved.