public class SLOTypeNumeric extends Object
0 for monitor,
1 for metric). Always included in service level objective responses. Ignored in
create/update requests.| Modifier and Type | Class and Description |
|---|---|
static class |
SLOTypeNumeric.SLOTypeNumericSerializer |
| Modifier and Type | Field and Description |
|---|---|
static SLOTypeNumeric |
METRIC |
static SLOTypeNumeric |
MONITOR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SLOTypeNumeric object is equal to o.
|
static SLOTypeNumeric |
fromValue(Integer value) |
Integer |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(Integer value) |
String |
toString() |
public static final SLOTypeNumeric MONITOR
public static final SLOTypeNumeric METRIC
public boolean isValid()
public Integer getValue()
public void setValue(Integer value)
public boolean equals(Object o)
public static SLOTypeNumeric fromValue(Integer value)
Copyright © 2023. All rights reserved.