public class TargetClusterWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_clusterName |
protected int |
local_clusterSize |
protected int |
local_clusterStatus |
protected int |
local_clusterType |
protected String |
local_queueName |
protected String |
local_queueStatus |
protected String |
local_statusDetails |
protected String |
local_warning |
| Constructor and Description |
|---|
TargetClusterWrapper() |
TargetClusterWrapper(String _clusterName,
String _queueName,
String _queueStatus,
String _statusDetails,
String _warning,
int _clusterType,
int _clusterSize,
int _clusterStatus) |
TargetClusterWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.TargetCluster targetcluster) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
int |
getClusterSize() |
int |
getClusterStatus() |
int |
getClusterType() |
String |
getQueueName() |
String |
getQueueStatus() |
org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.TargetCluster |
getRaw() |
String |
getStatusDetails() |
String |
getWarning() |
void |
setClusterName(String _clusterName) |
void |
setClusterSize(int _clusterSize) |
void |
setClusterStatus(int _clusterStatus) |
void |
setClusterType(int _clusterType) |
void |
setQueueName(String _queueName) |
void |
setQueueStatus(String _queueStatus) |
void |
setStatusDetails(String _statusDetails) |
void |
setWarning(String _warning) |
String |
toString() |
protected String local_clusterName
protected String local_queueName
protected String local_queueStatus
protected String local_statusDetails
protected String local_warning
protected int local_clusterType
protected int local_clusterSize
protected int local_clusterStatus
public TargetClusterWrapper()
public TargetClusterWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.TargetCluster targetcluster)
public org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.TargetCluster getRaw()
public void setClusterName(String _clusterName)
public String getClusterName()
public void setQueueName(String _queueName)
public String getQueueName()
public void setQueueStatus(String _queueStatus)
public String getQueueStatus()
public void setStatusDetails(String _statusDetails)
public String getStatusDetails()
public void setWarning(String _warning)
public String getWarning()
public void setClusterType(int _clusterType)
public int getClusterType()
public void setClusterSize(int _clusterSize)
public int getClusterSize()
public void setClusterStatus(int _clusterStatus)
public int getClusterStatus()
Copyright © 2021. All rights reserved.