public class SLOState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SLOState.SLOStateSerializer |
| Modifier and Type | Field and Description |
|---|---|
static SLOState |
BREACHED |
static SLOState |
NO_DATA |
static SLOState |
OK |
static SLOState |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SLOState object is equal to o.
|
static SLOState |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final SLOState BREACHED
public static final SLOState WARNING
public static final SLOState OK
public static final SLOState NO_DATA
Copyright © 2023. All rights reserved.