public class TpDaliWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_auditLogDirectory |
protected String |
local_backupComputer |
protected String |
local_backupDirectory |
protected String |
local_build |
protected String |
local_description |
protected String |
local_logDirectory |
protected String |
local_name |
protected String |
local_path |
protected ArrayOfTpMachineWrapper |
local_tpMachines |
protected String |
local_type |
| Constructor and Description |
|---|
TpDaliWrapper() |
TpDaliWrapper(String _name,
String _description,
String _build,
String _backupComputer,
String _backupDirectory,
String _type,
String _path,
String _logDirectory,
String _auditLogDirectory,
ArrayOfTpMachineWrapper _tpMachines) |
TpDaliWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDali tpdali) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuditLogDirectory() |
String |
getBackupComputer() |
String |
getBackupDirectory() |
String |
getBuild() |
String |
getDescription() |
String |
getLogDirectory() |
String |
getName() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDali |
getRaw() |
ArrayOfTpMachineWrapper |
getTpMachines() |
String |
getType() |
void |
setAuditLogDirectory(String _auditLogDirectory) |
void |
setBackupComputer(String _backupComputer) |
void |
setBackupDirectory(String _backupDirectory) |
void |
setBuild(String _build) |
void |
setDescription(String _description) |
void |
setLogDirectory(String _logDirectory) |
void |
setName(String _name) |
void |
setPath(String _path) |
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_backupComputer
protected String local_backupDirectory
protected String local_type
protected String local_path
protected String local_logDirectory
protected String local_auditLogDirectory
protected ArrayOfTpMachineWrapper local_tpMachines
public TpDaliWrapper()
public TpDaliWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDali tpdali)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDali 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 setBackupComputer(String _backupComputer)
public String getBackupComputer()
public void setBackupDirectory(String _backupDirectory)
public String getBackupDirectory()
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 setAuditLogDirectory(String _auditLogDirectory)
public String getAuditLogDirectory()
public void setTpMachines(ArrayOfTpMachineWrapper _tpMachines)
public ArrayOfTpMachineWrapper getTpMachines()
Copyright © 2021. All rights reserved.