public class FileListRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
local_directoryOnly |
protected String |
local_mask |
protected String |
local_netaddr |
protected String |
local_oS |
protected String |
local_path |
| Constructor and Description |
|---|
FileListRequestWrapper() |
FileListRequestWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListRequest filelistrequest) |
FileListRequestWrapper(String _netaddr,
String _path,
String _mask,
String _oS,
boolean _directoryOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDirectoryOnly() |
String |
getMask() |
String |
getNetaddr() |
String |
getOS() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListRequest |
getRaw() |
void |
setDirectoryOnly(boolean _directoryOnly) |
void |
setMask(String _mask) |
void |
setNetaddr(String _netaddr) |
void |
setOS(String _oS) |
void |
setPath(String _path) |
String |
toString() |
protected String local_netaddr
protected String local_path
protected String local_mask
protected String local_oS
protected boolean local_directoryOnly
public FileListRequestWrapper()
public FileListRequestWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListRequest filelistrequest)
public org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListRequest getRaw()
public void setNetaddr(String _netaddr)
public String getNetaddr()
public void setPath(String _path)
public String getPath()
public void setMask(String _mask)
public String getMask()
public void setOS(String _oS)
public String getOS()
public void setDirectoryOnly(boolean _directoryOnly)
public boolean getDirectoryOnly()
Copyright © 2021. All rights reserved.