Class ClusterQueryWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.ClusterQueryWrapper
-
@Deprecated public class ClusterQueryWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ClusterQueryWrapper()Deprecated.Instantiates a new cluster query wrapper.ClusterQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ClusterQueryState raw)Deprecated.Instantiates a new cluster query wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetCluster()Deprecated.Gets the cluster.StringgetErrors()Deprecated.Gets the errors.StringgetState()Deprecated.Gets the state.booleanisMixedNodeStates()Deprecated.Checks if is mixed node states.voidsetCluster(String name)Deprecated.Sets the cluster.voidsetErrors(String errors)Deprecated.Sets the errors.voidsetMixedNodeStates(boolean mixedNodeStates)Deprecated.Sets the mixed node states.voidsetState(String state)Deprecated.Sets the state.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ClusterQueryWrapper
public ClusterQueryWrapper()
Deprecated.Instantiates a new cluster query wrapper.
-
ClusterQueryWrapper
public ClusterQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ClusterQueryState raw)
Deprecated.Instantiates a new cluster query wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getCluster
public String getCluster()
Deprecated.Gets the cluster.- Returns:
- the cluster
-
setCluster
public void setCluster(String name)
Deprecated.Sets the cluster.- Parameters:
name- the new cluster
-
getErrors
public String getErrors()
Deprecated.Gets the errors.- Returns:
- the errors
-
setErrors
public void setErrors(String errors)
Deprecated.Sets the errors.- Parameters:
errors- the new errors
-
isMixedNodeStates
public boolean isMixedNodeStates()
Deprecated.Checks if is mixed node states.- Returns:
- true, if is mixed node states
-
setMixedNodeStates
public void setMixedNodeStates(boolean mixedNodeStates)
Deprecated.Sets the mixed node states.- Parameters:
mixedNodeStates- the new mixed node states
-
getState
public String getState()
Deprecated.Gets the state.- Returns:
- the state
-
setState
public void setState(String state)
Deprecated.Sets the state.- Parameters:
state- the new state
-
-