public class TpDropZoneWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_build |
protected String |
local_description |
protected boolean |
local_eCLWatchVisible |
protected String |
local_name |
protected String |
local_path |
protected ArrayOfTpMachineWrapper |
local_tpMachines |
protected String |
local_uMask |
| Constructor and Description |
|---|
TpDropZoneWrapper() |
TpDropZoneWrapper(String _name,
String _description,
String _build,
String _path,
boolean _eCLWatchVisible,
String _uMask,
ArrayOfTpMachineWrapper _tpMachines) |
TpDropZoneWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZone tpdropzone) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuild() |
String |
getDescription() |
boolean |
getECLWatchVisible() |
String |
getName() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZone |
getRaw() |
ArrayOfTpMachineWrapper |
getTpMachines() |
String |
getUMask() |
void |
setBuild(String _build) |
void |
setDescription(String _description) |
void |
setECLWatchVisible(boolean _eCLWatchVisible) |
void |
setName(String _name) |
void |
setPath(String _path) |
void |
setTpMachines(ArrayOfTpMachineWrapper _tpMachines) |
void |
setUMask(String _uMask) |
String |
toString() |
protected String local_name
protected String local_description
protected String local_build
protected String local_path
protected boolean local_eCLWatchVisible
protected String local_uMask
protected ArrayOfTpMachineWrapper local_tpMachines
public TpDropZoneWrapper()
public TpDropZoneWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZone tpdropzone)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZone 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 setECLWatchVisible(boolean _eCLWatchVisible)
public boolean getECLWatchVisible()
public void setUMask(String _uMask)
public String getUMask()
public void setTpMachines(ArrayOfTpMachineWrapper _tpMachines)
public ArrayOfTpMachineWrapper getTpMachines()
Copyright © 2021. All rights reserved.