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