public class DFUFileAccessInfoWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_expiryTime |
protected int |
local_fileAccessPort |
protected boolean |
local_fileAccessSSL |
protected ArrayOfDFUPartLocationWrapper |
local_fileLocations |
protected ArrayOfDFUFilePartWrapper |
local_fileParts |
protected String |
local_metaInfoBlob |
protected int |
local_numParts |
protected String |
local_recordTypeInfoJson |
| Constructor and Description |
|---|
DFUFileAccessInfoWrapper() |
DFUFileAccessInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessInfo dfufileaccessinfo) |
DFUFileAccessInfoWrapper(String _metaInfoBlob,
String _expiryTime,
int _numParts,
ArrayOfDFUPartLocationWrapper _fileLocations,
ArrayOfDFUFilePartWrapper _fileParts,
String _recordTypeInfoJson,
int _fileAccessPort,
boolean _fileAccessSSL) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpiryTime() |
int |
getFileAccessPort() |
boolean |
getFileAccessSSL() |
ArrayOfDFUPartLocationWrapper |
getFileLocations() |
ArrayOfDFUFilePartWrapper |
getFileParts() |
String |
getMetaInfoBlob() |
int |
getNumParts() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessInfo |
getRaw() |
String |
getRecordTypeInfoJson() |
void |
setExpiryTime(String _expiryTime) |
void |
setFileAccessPort(int _fileAccessPort) |
void |
setFileAccessSSL(boolean _fileAccessSSL) |
void |
setFileLocations(ArrayOfDFUPartLocationWrapper _fileLocations) |
void |
setFileParts(ArrayOfDFUFilePartWrapper _fileParts) |
void |
setMetaInfoBlob(String _metaInfoBlob) |
void |
setNumParts(int _numParts) |
void |
setRecordTypeInfoJson(String _recordTypeInfoJson) |
String |
toString() |
protected String local_metaInfoBlob
protected String local_expiryTime
protected int local_numParts
protected ArrayOfDFUPartLocationWrapper local_fileLocations
protected ArrayOfDFUFilePartWrapper local_fileParts
protected String local_recordTypeInfoJson
protected int local_fileAccessPort
protected boolean local_fileAccessSSL
public DFUFileAccessInfoWrapper()
public DFUFileAccessInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessInfo dfufileaccessinfo)
public DFUFileAccessInfoWrapper(String _metaInfoBlob, String _expiryTime, int _numParts, ArrayOfDFUPartLocationWrapper _fileLocations, ArrayOfDFUFilePartWrapper _fileParts, String _recordTypeInfoJson, int _fileAccessPort, boolean _fileAccessSSL)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessInfo getRaw()
public void setMetaInfoBlob(String _metaInfoBlob)
public String getMetaInfoBlob()
public void setExpiryTime(String _expiryTime)
public String getExpiryTime()
public void setNumParts(int _numParts)
public int getNumParts()
public void setFileLocations(ArrayOfDFUPartLocationWrapper _fileLocations)
public ArrayOfDFUPartLocationWrapper getFileLocations()
public void setFileParts(ArrayOfDFUFilePartWrapper _fileParts)
public ArrayOfDFUFilePartWrapper getFileParts()
public void setRecordTypeInfoJson(String _recordTypeInfoJson)
public String getRecordTypeInfoJson()
public void setFileAccessPort(int _fileAccessPort)
public int getFileAccessPort()
public void setFileAccessSSL(boolean _fileAccessSSL)
public boolean getFileAccessSSL()
Copyright © 2021. All rights reserved.