public class DFUCreateFileWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
Csv |
static String |
Flat |
static String |
Index |
static String |
Xml |
| Constructor and Description |
|---|
DFUCreateFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpiryTime()
Gets the ExpiryTime value for this DFUFileAccessInfo.
|
DFUFileAccessInfoWrapper |
getFileAccessInfo()
Gets the created file Access Information.
|
String |
getFileAccessInfoBlob()
Gets the file access blob to be used in subsequent DAFILESRV requests.
|
String |
getFileID()
Gets the ExpiryTime value for this DFUFileAccessInfo.
|
DFUFilePartWrapper[] |
getFileParts()
Gets the fileParts value for this DFUFileAccessInfo.
|
int |
getNumParts()
Gets the numParts value for this DFUFileAccessInfo.
|
byte[] |
getRecordTypeInfoBin()
Gets the recordTypeInfoBin value for this DFUFileAccessInfo.
|
String |
getRecordTypeInfoJson()
Gets the recordTypeInfoJson value for this DFUFileAccessInfo.
|
public static final String Flat
public static final String Index
public static final String Xml
public static final String Csv
public DFUCreateFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateResponse resp)
throws Exception
resp - the respException - the exceptionpublic String getFileID()
public String getFileAccessInfoBlob()
public String getExpiryTime()
public int getNumParts()
public DFUFilePartWrapper[] getFileParts()
public byte[] getRecordTypeInfoBin()
public String getRecordTypeInfoJson()
public DFUFileAccessInfoWrapper getFileAccessInfo()
Copyright © 2021. All rights reserved.