public class SLOCorrectionCategory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SLOCorrectionCategory.SLOCorrectionCategorySerializer |
| Modifier and Type | Field and Description |
|---|---|
static SLOCorrectionCategory |
DEPLOYMENT |
static SLOCorrectionCategory |
OTHER |
static SLOCorrectionCategory |
OUTSIDE_BUSINESS_HOURS |
static SLOCorrectionCategory |
SCHEDULED_MAINTENANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SLOCorrectionCategory object is equal to o.
|
static SLOCorrectionCategory |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final SLOCorrectionCategory SCHEDULED_MAINTENANCE
public static final SLOCorrectionCategory OUTSIDE_BUSINESS_HOURS
public static final SLOCorrectionCategory DEPLOYMENT
public static final SLOCorrectionCategory OTHER
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static SLOCorrectionCategory fromValue(String value)
Copyright © 2023. All rights reserved.