public class TpMachineQueryRequestWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
local_cluster |
protected String |
local_directory |
protected String |
local_logDirectory |
protected String |
local_oldIP |
protected String |
local_path |
protected String |
local_type |
Constructor and Description |
---|
TpMachineQueryRequestWrapper() |
TpMachineQueryRequestWrapper(String _type,
String _cluster,
String _oldIP,
String _path,
String _directory,
String _logDirectory) |
TpMachineQueryRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_28.TpMachineQueryRequest tpmachinequeryrequest) |
Modifier and Type | Method and Description |
---|---|
String |
getCluster() |
String |
getDirectory() |
String |
getLogDirectory() |
String |
getOldIP() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_28.TpMachineQueryRequest |
getRaw() |
String |
getType() |
void |
setCluster(String _cluster) |
void |
setDirectory(String _directory) |
void |
setLogDirectory(String _logDirectory) |
void |
setOldIP(String _oldIP) |
void |
setPath(String _path) |
void |
setType(String _type) |
String |
toString() |
protected String local_type
protected String local_cluster
protected String local_oldIP
protected String local_path
protected String local_directory
protected String local_logDirectory
public TpMachineQueryRequestWrapper()
public TpMachineQueryRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_28.TpMachineQueryRequest tpmachinequeryrequest)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_28.TpMachineQueryRequest getRaw()
public void setType(String _type)
public String getType()
public void setCluster(String _cluster)
public String getCluster()
public void setOldIP(String _oldIP)
public String getOldIP()
public void setPath(String _path)
public String getPath()
public void setDirectory(String _directory)
public String getDirectory()
public void setLogDirectory(String _logDirectory)
public String getLogDirectory()
Copyright © 2020. All rights reserved.