public class ClusterQueryWrapper extends Object
| Constructor and Description |
|---|
ClusterQueryWrapper()
Instantiates a new cluster query wrapper.
|
ClusterQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ClusterQueryState raw)
Instantiates a new cluster query wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster()
Gets the cluster.
|
String |
getErrors()
Gets the errors.
|
String |
getState()
Gets the state.
|
boolean |
isMixedNodeStates()
Checks if is mixed node states.
|
void |
setCluster(String name)
Sets the cluster.
|
void |
setErrors(String errors)
Sets the errors.
|
void |
setMixedNodeStates(boolean mixedNodeStates)
Sets the mixed node states.
|
void |
setState(String state)
Sets the state.
|
String |
toString() |
public ClusterQueryWrapper()
public ClusterQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ClusterQueryState raw)
raw - the rawpublic String getCluster()
public void setCluster(String name)
name - the new clusterpublic String getErrors()
public void setErrors(String errors)
errors - the new errorspublic boolean isMixedNodeStates()
public void setMixedNodeStates(boolean mixedNodeStates)
mixedNodeStates - the new mixed node statespublic String getState()
public void setState(String state)
state - the new stateCopyright © 2021. All rights reserved.