public class TpClusterInfoResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected String |
local_name |
protected ArrayOfTpQueueWrapper |
local_tpQueues |
protected String |
local_workUnit |
| Constructor and Description |
|---|
TpClusterInfoResponseWrapper() |
TpClusterInfoResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _name,
String _workUnit,
ArrayOfTpQueueWrapper _tpQueues) |
TpClusterInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterInfoResponse tpclusterinforesponse) |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
getExceptions() |
String |
getName() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterInfoResponse |
getRaw() |
ArrayOfTpQueueWrapper |
getTpQueues() |
String |
getWorkUnit() |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setName(String _name) |
void |
setTpQueues(ArrayOfTpQueueWrapper _tpQueues) |
void |
setWorkUnit(String _workUnit) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_name
protected String local_workUnit
protected ArrayOfTpQueueWrapper local_tpQueues
public TpClusterInfoResponseWrapper()
public TpClusterInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterInfoResponse tpclusterinforesponse)
public TpClusterInfoResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _name, String _workUnit, ArrayOfTpQueueWrapper _tpQueues)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpClusterInfoResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setName(String _name)
public String getName()
public void setWorkUnit(String _workUnit)
public String getWorkUnit()
public void setTpQueues(ArrayOfTpQueueWrapper _tpQueues)
public ArrayOfTpQueueWrapper getTpQueues()
Copyright © 2021. All rights reserved.