Class DFUCreateFileWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUCreateFileWrapper
-
public class DFUCreateFileWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DFUCreateFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFileCreateResponse resp)Instantiates a new DFU create file wrapper.DFUCreateFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.DFUFileCreateResponse resp)Instantiates a new DFU create file wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpiryTime()Gets the ExpiryTime value for this DFUFileAccessInfo.DFUFileAccessInfoWrappergetFileAccessInfo()Gets the created file Access Information.StringgetFileAccessInfoBlob()Gets the file access blob to be used in subsequent DAFILESRV requests.StringgetFileID()Gets the ExpiryTime value for this DFUFileAccessInfo.DFUFilePartWrapper[]getFileParts()Gets the fileParts value for this DFUFileAccessInfo.intgetNumParts()Gets the numParts value for this DFUFileAccessInfo.byte[]getRecordTypeInfoBin()Gets the recordTypeInfoBin value for this DFUFileAccessInfo.StringgetRecordTypeInfoJson()Gets the recordTypeInfoJson value for this DFUFileAccessInfo.
-
-
-
Field Detail
-
Flat
public static final String Flat
- See Also:
- Constant Field Values
-
Index
public static final String Index
- See Also:
- Constant Field Values
-
Xml
public static final String Xml
- See Also:
- Constant Field Values
-
Csv
public static final String Csv
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFileID
public String getFileID()
Gets the ExpiryTime value for this DFUFileAccessInfo.- Returns:
- ExpiryTime
-
getFileAccessInfoBlob
public String getFileAccessInfoBlob()
Gets the file access blob to be used in subsequent DAFILESRV requests.- Returns:
- The file access blob
-
getExpiryTime
public String getExpiryTime()
Gets the ExpiryTime value for this DFUFileAccessInfo.- Returns:
- ExpiryTime
-
getNumParts
public int getNumParts()
Gets the numParts value for this DFUFileAccessInfo.- Returns:
- numParts
-
getFileParts
public DFUFilePartWrapper[] getFileParts()
Gets the fileParts value for this DFUFileAccessInfo.- Returns:
- fileParts
-
getRecordTypeInfoBin
public byte[] getRecordTypeInfoBin()
Gets the recordTypeInfoBin value for this DFUFileAccessInfo.- Returns:
- recordTypeInfoBin
-
getRecordTypeInfoJson
public String getRecordTypeInfoJson()
Gets the recordTypeInfoJson value for this DFUFileAccessInfo.- Returns:
- recordTypeInfoJson
-
getFileAccessInfo
public DFUFileAccessInfoWrapper getFileAccessInfo()
Gets the created file Access Information.- Returns:
- the file access info
-
-