Class DFUInfoWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUInfoWrapper
-
public class DFUInfoWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DFUInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUInfoResponse resp)Instantiates a new DFU info wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEspExceptionWrappergetExceptions()Gets the exceptions.DFUFileDetailWrappergetFileDetail()Gets the file detail.voidsetExceptions(ArrayOfEspExceptionWrapper exceptions)Sets the exceptions.voidsetFileDetail(DFUFileDetailWrapper detailInfo)Sets the file detail.
-
-
-
Method Detail
-
getFileDetail
public DFUFileDetailWrapper getFileDetail()
Gets the file detail.- Returns:
- the detailInfo
-
setFileDetail
public void setFileDetail(DFUFileDetailWrapper detailInfo)
Sets the file detail.- Parameters:
detailInfo- the detailInfo to set
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
Gets the exceptions.- Returns:
- the exceptions
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper exceptions)
Sets the exceptions.- Parameters:
exceptions- the exceptions to set
-
-