public class DropZoneFilesResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_dropZoneName |
protected ArrayOfDropZoneWrapper |
local_dropZones |
protected boolean |
local_eCLWatchVisibleOnly |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected ArrayOfPhysicalFileStructWrapper |
local_files |
protected String |
local_netAddress |
protected int |
local_oS |
protected String |
local_path |
| Constructor and Description |
|---|
DropZoneFilesResponseWrapper() |
DropZoneFilesResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _dropZoneName,
String _netAddress,
String _path,
int _oS,
boolean _eCLWatchVisibleOnly,
ArrayOfDropZoneWrapper _dropZones,
ArrayOfPhysicalFileStructWrapper _files) |
DropZoneFilesResponseWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.DropZoneFilesResponse dropzonefilesresponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDropZoneName() |
ArrayOfDropZoneWrapper |
getDropZones() |
boolean |
getECLWatchVisibleOnly() |
ArrayOfEspExceptionWrapper |
getExceptions() |
ArrayOfPhysicalFileStructWrapper |
getFiles() |
String |
getNetAddress() |
int |
getOS() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.DropZoneFilesResponse |
getRaw() |
void |
setDropZoneName(String _dropZoneName) |
void |
setDropZones(ArrayOfDropZoneWrapper _dropZones) |
void |
setECLWatchVisibleOnly(boolean _eCLWatchVisibleOnly) |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setFiles(ArrayOfPhysicalFileStructWrapper _files) |
void |
setNetAddress(String _netAddress) |
void |
setOS(int _oS) |
void |
setPath(String _path) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_dropZoneName
protected String local_netAddress
protected String local_path
protected int local_oS
protected boolean local_eCLWatchVisibleOnly
protected ArrayOfDropZoneWrapper local_dropZones
protected ArrayOfPhysicalFileStructWrapper local_files
public DropZoneFilesResponseWrapper()
public DropZoneFilesResponseWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.DropZoneFilesResponse dropzonefilesresponse)
public DropZoneFilesResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _dropZoneName, String _netAddress, String _path, int _oS, boolean _eCLWatchVisibleOnly, ArrayOfDropZoneWrapper _dropZones, ArrayOfPhysicalFileStructWrapper _files)
public org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.DropZoneFilesResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setDropZoneName(String _dropZoneName)
public String getDropZoneName()
public void setNetAddress(String _netAddress)
public String getNetAddress()
public void setPath(String _path)
public String getPath()
public void setOS(int _oS)
public int getOS()
public void setECLWatchVisibleOnly(boolean _eCLWatchVisibleOnly)
public boolean getECLWatchVisibleOnly()
public void setDropZones(ArrayOfDropZoneWrapper _dropZones)
public ArrayOfDropZoneWrapper getDropZones()
public void setFiles(ArrayOfPhysicalFileStructWrapper _files)
public ArrayOfPhysicalFileStructWrapper getFiles()
Copyright © 2021. All rights reserved.