public class StatusServerInfoWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ServerJobQueueWrapper |
local_serverInfo |
protected TargetClusterWrapper |
local_targetClusterInfo |
protected ArrayOfActiveWorkunitWrapper |
local_workunits |
| Constructor and Description |
|---|
StatusServerInfoWrapper() |
StatusServerInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.StatusServerInfo statusserverinfo) |
StatusServerInfoWrapper(TargetClusterWrapper _targetClusterInfo,
ServerJobQueueWrapper _serverInfo,
ArrayOfActiveWorkunitWrapper _workunits) |
| Modifier and Type | Method and Description |
|---|---|
org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.StatusServerInfo |
getRaw() |
ServerJobQueueWrapper |
getServerInfo() |
TargetClusterWrapper |
getTargetClusterInfo() |
ArrayOfActiveWorkunitWrapper |
getWorkunits() |
void |
setServerInfo(ServerJobQueueWrapper _serverInfo) |
void |
setTargetClusterInfo(TargetClusterWrapper _targetClusterInfo) |
void |
setWorkunits(ArrayOfActiveWorkunitWrapper _workunits) |
String |
toString() |
protected TargetClusterWrapper local_targetClusterInfo
protected ServerJobQueueWrapper local_serverInfo
protected ArrayOfActiveWorkunitWrapper local_workunits
public StatusServerInfoWrapper()
public StatusServerInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.StatusServerInfo statusserverinfo)
public StatusServerInfoWrapper(TargetClusterWrapper _targetClusterInfo, ServerJobQueueWrapper _serverInfo, ArrayOfActiveWorkunitWrapper _workunits)
public org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.StatusServerInfo getRaw()
public void setTargetClusterInfo(TargetClusterWrapper _targetClusterInfo)
public TargetClusterWrapper getTargetClusterInfo()
public void setServerInfo(ServerJobQueueWrapper _serverInfo)
public ServerJobQueueWrapper getServerInfo()
public void setWorkunits(ArrayOfActiveWorkunitWrapper _workunits)
public ArrayOfActiveWorkunitWrapper getWorkunits()
Copyright © 2021. All rights reserved.