public class DFUFileCreateV2RequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_cluster |
protected boolean |
local_compressed |
protected String |
local_eCLRecordDefinition |
protected int |
local_expirySeconds |
protected int |
local_lockTimeoutMs |
protected String |
local_name |
protected String |
local_requestId |
protected boolean |
local_returnTextResponse |
protected long |
local_sessionId |
protected DFUFileTypeWrapper |
local_type |
| Constructor and Description |
|---|
DFUFileCreateV2RequestWrapper() |
DFUFileCreateV2RequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateV2Request dfufilecreatev2request) |
DFUFileCreateV2RequestWrapper(String _name,
String _cluster,
DFUFileTypeWrapper _type,
String _eCLRecordDefinition,
String _requestId,
int _expirySeconds,
boolean _returnTextResponse,
boolean _compressed,
long _sessionId,
int _lockTimeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
boolean |
getCompressed() |
String |
getECLRecordDefinition() |
int |
getExpirySeconds() |
int |
getLockTimeoutMs() |
String |
getName() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateV2Request |
getRaw() |
String |
getRequestId() |
boolean |
getReturnTextResponse() |
long |
getSessionId() |
DFUFileTypeWrapper |
getType() |
void |
setCluster(String _cluster) |
void |
setCompressed(boolean _compressed) |
void |
setECLRecordDefinition(String _eCLRecordDefinition) |
void |
setExpirySeconds(int _expirySeconds) |
void |
setLockTimeoutMs(int _lockTimeoutMs) |
void |
setName(String _name) |
void |
setRequestId(String _requestId) |
void |
setReturnTextResponse(boolean _returnTextResponse) |
void |
setSessionId(long _sessionId) |
void |
setType(DFUFileTypeWrapper _type) |
String |
toString() |
protected String local_name
protected String local_cluster
protected DFUFileTypeWrapper local_type
protected String local_eCLRecordDefinition
protected String local_requestId
protected int local_expirySeconds
protected boolean local_returnTextResponse
protected boolean local_compressed
protected long local_sessionId
protected int local_lockTimeoutMs
public DFUFileCreateV2RequestWrapper()
public DFUFileCreateV2RequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateV2Request dfufilecreatev2request)
public DFUFileCreateV2RequestWrapper(String _name, String _cluster, DFUFileTypeWrapper _type, String _eCLRecordDefinition, String _requestId, int _expirySeconds, boolean _returnTextResponse, boolean _compressed, long _sessionId, int _lockTimeoutMs)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCreateV2Request getRaw()
public void setName(String _name)
public String getName()
public void setCluster(String _cluster)
public String getCluster()
public void setType(DFUFileTypeWrapper _type)
public DFUFileTypeWrapper getType()
public void setECLRecordDefinition(String _eCLRecordDefinition)
public String getECLRecordDefinition()
public void setRequestId(String _requestId)
public String getRequestId()
public void setExpirySeconds(int _expirySeconds)
public int getExpirySeconds()
public void setReturnTextResponse(boolean _returnTextResponse)
public boolean getReturnTextResponse()
public void setCompressed(boolean _compressed)
public boolean getCompressed()
public void setSessionId(long _sessionId)
public long getSessionId()
public void setLockTimeoutMs(int _lockTimeoutMs)
public int getLockTimeoutMs()
Copyright © 2021. All rights reserved.