public class LifecycleStateCheckItemsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REQUIRED_STATES |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
LifecycleStateCheckItemsDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
List<String> |
getRequiredStates()
Get requiredStates
|
int |
hashCode() |
Boolean |
isValue()
Get value
|
LifecycleStateCheckItemsDTO |
name(String name) |
LifecycleStateCheckItemsDTO |
requiredStates(List<String> requiredStates) |
void |
setName(String name) |
void |
setRequiredStates(List<String> requiredStates) |
void |
setValue(Boolean value) |
String |
toString() |
LifecycleStateCheckItemsDTO |
value(Boolean value) |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_REQUIRED_STATES
public LifecycleStateCheckItemsDTO name(String name)
public void setName(String name)
public LifecycleStateCheckItemsDTO value(Boolean value)
public void setValue(Boolean value)
public LifecycleStateCheckItemsDTO requiredStates(List<String> requiredStates)
@Nullable public List<String> getRequiredStates()
Copyright © 2021 WSO2 Inc. All rights reserved.