public class MoveJobDownWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_cluster |
protected int |
local_clusterType |
protected String |
local_queueName |
protected String |
local_wuid |
| Constructor and Description |
|---|
MoveJobDownWrapper() |
MoveJobDownWrapper(int _clusterType,
String _cluster,
String _queueName,
String _wuid) |
MoveJobDownWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobDown movejobdown) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
int |
getClusterType() |
String |
getQueueName() |
org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobDown |
getRaw() |
String |
getWuid() |
void |
setCluster(String _cluster) |
void |
setClusterType(int _clusterType) |
void |
setQueueName(String _queueName) |
void |
setWuid(String _wuid) |
String |
toString() |
protected int local_clusterType
protected String local_cluster
protected String local_queueName
protected String local_wuid
public MoveJobDownWrapper()
public MoveJobDownWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobDown movejobdown)
public org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobDown getRaw()
public void setClusterType(int _clusterType)
public int getClusterType()
public void setCluster(String _cluster)
public String getCluster()
public void setQueueName(String _queueName)
public String getQueueName()
public void setWuid(String _wuid)
public String getWuid()
Copyright © 2021. All rights reserved.