public static enum HealthCheckMonitor.ChangeType extends Enum<HealthCheckMonitor.ChangeType>
| Enum Constant and Description |
|---|
ALL |
NONE |
STATUS_CHANGES |
STATUS_CHANGES_OR_NOT_OK |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckMonitor.ChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckMonitor.ChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealthCheckMonitor.ChangeType NONE
public static final HealthCheckMonitor.ChangeType STATUS_CHANGES
public static final HealthCheckMonitor.ChangeType STATUS_CHANGES_OR_NOT_OK
public static final HealthCheckMonitor.ChangeType ALL
public static HealthCheckMonitor.ChangeType[] values()
for (HealthCheckMonitor.ChangeType c : HealthCheckMonitor.ChangeType.values()) System.out.println(c);
public static HealthCheckMonitor.ChangeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013–2021 The Apache Software Foundation. All rights reserved.