@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1beta2FlowSchemaStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONDITIONS |
Constructor and Description |
---|
V1beta2FlowSchemaStatus() |
Modifier and Type | Method and Description |
---|---|
V1beta2FlowSchemaStatus |
addConditionsItem(V1beta2FlowSchemaCondition conditionsItem) |
V1beta2FlowSchemaStatus |
conditions(List<V1beta2FlowSchemaCondition> conditions) |
boolean |
equals(Object o) |
List<V1beta2FlowSchemaCondition> |
getConditions()
`conditions` is a list of the current states of FlowSchema.
|
int |
hashCode() |
void |
setConditions(List<V1beta2FlowSchemaCondition> conditions) |
String |
toString() |
public static final String SERIALIZED_NAME_CONDITIONS
public V1beta2FlowSchemaStatus conditions(List<V1beta2FlowSchemaCondition> conditions)
public V1beta2FlowSchemaStatus addConditionsItem(V1beta2FlowSchemaCondition conditionsItem)
@Nullable public List<V1beta2FlowSchemaCondition> getConditions()
public void setConditions(List<V1beta2FlowSchemaCondition> conditions)
Copyright © 2022. All rights reserved.