public class MoveJobUpWrapper 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 |
|---|
MoveJobUpWrapper() |
MoveJobUpWrapper(int _clusterType,
String _cluster,
String _queueName,
String _wuid) |
MoveJobUpWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobUp movejobup) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
int |
getClusterType() |
String |
getQueueName() |
org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobUp |
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 MoveJobUpWrapper()
public MoveJobUpWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobUp movejobup)
public org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.MoveJobUp 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.