public class TpDkcSlaveWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_build |
protected String |
local_description |
protected String |
local_name |
protected String |
local_path |
protected ArrayOfTpMachineWrapper |
local_tpMachines |
| Constructor and Description |
|---|
TpDkcSlaveWrapper() |
TpDkcSlaveWrapper(String _name,
String _description,
String _build,
String _path,
ArrayOfTpMachineWrapper _tpMachines) |
TpDkcSlaveWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDkcSlave tpdkcslave) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuild() |
String |
getDescription() |
String |
getName() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDkcSlave |
getRaw() |
ArrayOfTpMachineWrapper |
getTpMachines() |
void |
setBuild(String _build) |
void |
setDescription(String _description) |
void |
setName(String _name) |
void |
setPath(String _path) |
void |
setTpMachines(ArrayOfTpMachineWrapper _tpMachines) |
String |
toString() |
protected String local_name
protected String local_description
protected String local_build
protected String local_path
protected ArrayOfTpMachineWrapper local_tpMachines
public TpDkcSlaveWrapper()
public TpDkcSlaveWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDkcSlave tpdkcslave)
public TpDkcSlaveWrapper(String _name, String _description, String _build, String _path, ArrayOfTpMachineWrapper _tpMachines)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDkcSlave getRaw()
public void setName(String _name)
public String getName()
public void setDescription(String _description)
public String getDescription()
public void setBuild(String _build)
public String getBuild()
public void setPath(String _path)
public String getPath()
public void setTpMachines(ArrayOfTpMachineWrapper _tpMachines)
public ArrayOfTpMachineWrapper getTpMachines()
Copyright © 2021. All rights reserved.