public class DFUFileCreateResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DFUFileAccessInfoWrapper |
local_accessInfo |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected String |
local_fileId |
protected String |
local_warning |
| Constructor and Description |
|---|
DFUFileCreateResponseWrapper() |
DFUFileCreateResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _fileId,
String _warning,
DFUFileAccessInfoWrapper _accessInfo) |
DFUFileCreateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateResponse dfufilecreateresponse) |
| Modifier and Type | Method and Description |
|---|---|
DFUFileAccessInfoWrapper |
getAccessInfo() |
ArrayOfEspExceptionWrapper |
getExceptions() |
String |
getFileId() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateResponse |
getRaw() |
String |
getWarning() |
void |
setAccessInfo(DFUFileAccessInfoWrapper _accessInfo) |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setFileId(String _fileId) |
void |
setWarning(String _warning) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_fileId
protected String local_warning
protected DFUFileAccessInfoWrapper local_accessInfo
public DFUFileCreateResponseWrapper()
public DFUFileCreateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateResponse dfufilecreateresponse)
public DFUFileCreateResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _fileId, String _warning, DFUFileAccessInfoWrapper _accessInfo)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setFileId(String _fileId)
public String getFileId()
public void setWarning(String _warning)
public String getWarning()
public void setAccessInfo(DFUFileAccessInfoWrapper _accessInfo)
public DFUFileAccessInfoWrapper getAccessInfo()
Copyright © 2021. All rights reserved.