public class TpThorStatusResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_autoRefresh |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected String |
local_graph |
protected String |
local_group |
protected String |
local_logFile |
protected String |
local_name |
protected int |
local_port |
protected String |
local_queue |
protected String |
local_startTime |
protected int |
local_subGraph |
protected int |
local_subGraphDuration |
protected String |
local_thorMasterIPAddress |
protected String |
local_wuid |
| Constructor and Description |
|---|
TpThorStatusResponseWrapper() |
TpThorStatusResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _name,
String _queue,
String _group,
String _thorMasterIPAddress,
int _port,
String _startTime,
String _logFile,
String _wuid,
String _graph,
int _subGraph,
int _subGraphDuration,
int _autoRefresh) |
TpThorStatusResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpThorStatusResponse tpthorstatusresponse) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAutoRefresh() |
ArrayOfEspExceptionWrapper |
getExceptions() |
String |
getGraph() |
String |
getGroup() |
String |
getLogFile() |
String |
getName() |
int |
getPort() |
String |
getQueue() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpThorStatusResponse |
getRaw() |
String |
getStartTime() |
int |
getSubGraph() |
int |
getSubGraphDuration() |
String |
getThorMasterIPAddress() |
String |
getWuid() |
void |
setAutoRefresh(int _autoRefresh) |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setGraph(String _graph) |
void |
setGroup(String _group) |
void |
setLogFile(String _logFile) |
void |
setName(String _name) |
void |
setPort(int _port) |
void |
setQueue(String _queue) |
void |
setStartTime(String _startTime) |
void |
setSubGraph(int _subGraph) |
void |
setSubGraphDuration(int _subGraphDuration) |
void |
setThorMasterIPAddress(String _thorMasterIPAddress) |
void |
setWuid(String _wuid) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_name
protected String local_queue
protected String local_group
protected String local_thorMasterIPAddress
protected int local_port
protected String local_startTime
protected String local_logFile
protected String local_wuid
protected String local_graph
protected int local_subGraph
protected int local_subGraphDuration
protected int local_autoRefresh
public TpThorStatusResponseWrapper()
public TpThorStatusResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpThorStatusResponse tpthorstatusresponse)
public TpThorStatusResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _name, String _queue, String _group, String _thorMasterIPAddress, int _port, String _startTime, String _logFile, String _wuid, String _graph, int _subGraph, int _subGraphDuration, int _autoRefresh)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpThorStatusResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setName(String _name)
public String getName()
public void setQueue(String _queue)
public String getQueue()
public void setGroup(String _group)
public String getGroup()
public void setThorMasterIPAddress(String _thorMasterIPAddress)
public String getThorMasterIPAddress()
public void setPort(int _port)
public int getPort()
public void setStartTime(String _startTime)
public String getStartTime()
public void setLogFile(String _logFile)
public String getLogFile()
public void setWuid(String _wuid)
public String getWuid()
public void setGraph(String _graph)
public String getGraph()
public void setSubGraph(int _subGraph)
public int getSubGraph()
public void setSubGraphDuration(int _subGraphDuration)
public int getSubGraphDuration()
public void setAutoRefresh(int _autoRefresh)
public int getAutoRefresh()
Copyright © 2021. All rights reserved.