public class TpEspServerWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_build |
protected String |
local_description |
protected String |
local_logDirectory |
protected String |
local_name |
protected String |
local_path |
protected ArrayOfTpBindingWrapper |
local_tpBindings |
protected ArrayOfTpMachineWrapper |
local_tpMachines |
protected String |
local_type |
| Constructor and Description |
|---|
TpEspServerWrapper() |
TpEspServerWrapper(String _name,
String _description,
String _build,
String _type,
String _path,
String _logDirectory,
ArrayOfTpMachineWrapper _tpMachines,
ArrayOfTpBindingWrapper _tpBindings) |
TpEspServerWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpEspServer tpespserver) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuild() |
String |
getDescription() |
String |
getLogDirectory() |
String |
getName() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpEspServer |
getRaw() |
ArrayOfTpBindingWrapper |
getTpBindings() |
ArrayOfTpMachineWrapper |
getTpMachines() |
String |
getType() |
void |
setBuild(String _build) |
void |
setDescription(String _description) |
void |
setLogDirectory(String _logDirectory) |
void |
setName(String _name) |
void |
setPath(String _path) |
void |
setTpBindings(ArrayOfTpBindingWrapper _tpBindings) |
void |
setTpMachines(ArrayOfTpMachineWrapper _tpMachines) |
void |
setType(String _type) |
String |
toString() |
protected String local_name
protected String local_description
protected String local_build
protected String local_type
protected String local_path
protected String local_logDirectory
protected ArrayOfTpMachineWrapper local_tpMachines
protected ArrayOfTpBindingWrapper local_tpBindings
public TpEspServerWrapper()
public TpEspServerWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpEspServer tpespserver)
public TpEspServerWrapper(String _name, String _description, String _build, String _type, String _path, String _logDirectory, ArrayOfTpMachineWrapper _tpMachines, ArrayOfTpBindingWrapper _tpBindings)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpEspServer 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 setType(String _type)
public String getType()
public void setPath(String _path)
public String getPath()
public void setLogDirectory(String _logDirectory)
public String getLogDirectory()
public void setTpMachines(ArrayOfTpMachineWrapper _tpMachines)
public ArrayOfTpMachineWrapper getTpMachines()
public void setTpBindings(ArrayOfTpBindingWrapper _tpBindings)
public ArrayOfTpBindingWrapper getTpBindings()
Copyright © 2021. All rights reserved.