@Generated(value="org.jsonschema2pojo") public class NodeStatus extends Object
| Constructor and Description | 
|---|
| NodeStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| Map<String,Object> | getAdditionalProperties() | 
| List<NodeCondition> | getConditions() | 
| String | getPhase() | 
| int | hashCode() | 
| void | setAdditionalProperty(String name,
                     Object value) | 
| void | setConditions(List<NodeCondition> conditions) | 
| void | setPhase(String phase) | 
| String | toString() | 
public List<NodeCondition> getConditions()
public void setConditions(List<NodeCondition> conditions)
conditions - The conditionspublic String getPhase()
public void setPhase(String phase)
phase - The phaseCopyright © 2011–2015 Red Hat. All rights reserved.