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 String
getCluster()
Deprecated.Gets the cluster.String
getErrors()
Deprecated.Gets the errors.String
getState()
Deprecated.Gets the state.boolean
isMixedNodeStates()
Deprecated.Checks if is mixed node states.void
setCluster(String name)
Deprecated.Sets the cluster.void
setErrors(String errors)
Deprecated.Sets the errors.void
setMixedNodeStates(boolean mixedNodeStates)
Deprecated.Sets the mixed node states.void
setState(String state)
Deprecated.Sets the state.String
toString()
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
-
-