public class FileListResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_acceptLanguage |
protected boolean |
local_directoryOnly |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected ArrayOfPhysicalFileStructWrapper |
local_files |
protected String |
local_mask |
protected String |
local_netaddr |
protected int |
local_oS |
protected String |
local_path |
| Constructor and Description |
|---|
FileListResponseWrapper() |
FileListResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _netaddr,
String _path,
String _mask,
int _oS,
boolean _directoryOnly,
String _acceptLanguage,
ArrayOfPhysicalFileStructWrapper _files) |
FileListResponseWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListResponse filelistresponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage() |
boolean |
getDirectoryOnly() |
ArrayOfEspExceptionWrapper |
getExceptions() |
ArrayOfPhysicalFileStructWrapper |
getFiles() |
String |
getMask() |
String |
getNetaddr() |
int |
getOS() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListResponse |
getRaw() |
void |
setAcceptLanguage(String _acceptLanguage) |
void |
setDirectoryOnly(boolean _directoryOnly) |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setFiles(ArrayOfPhysicalFileStructWrapper _files) |
void |
setMask(String _mask) |
void |
setNetaddr(String _netaddr) |
void |
setOS(int _oS) |
void |
setPath(String _path) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_netaddr
protected String local_path
protected String local_mask
protected int local_oS
protected boolean local_directoryOnly
protected String local_acceptLanguage
protected ArrayOfPhysicalFileStructWrapper local_files
public FileListResponseWrapper()
public FileListResponseWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListResponse filelistresponse)
public FileListResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _netaddr, String _path, String _mask, int _oS, boolean _directoryOnly, String _acceptLanguage, ArrayOfPhysicalFileStructWrapper _files)
public org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.FileListResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
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(int _oS)
public int getOS()
public void setDirectoryOnly(boolean _directoryOnly)
public boolean getDirectoryOnly()
public void setAcceptLanguage(String _acceptLanguage)
public String getAcceptLanguage()
public void setFiles(ArrayOfPhysicalFileStructWrapper _files)
public ArrayOfPhysicalFileStructWrapper getFiles()
Copyright © 2021. All rights reserved.