public class DFUFileAccessV2RequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_cluster |
protected int |
local_expirySeconds |
protected int |
local_lockTimeoutMs |
protected String |
local_name |
protected String |
local_requestId |
protected boolean |
local_returnTextResponse |
protected long |
local_sessionId |
| Constructor and Description |
|---|
DFUFileAccessV2RequestWrapper() |
DFUFileAccessV2RequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessV2Request dfufileaccessv2request) |
DFUFileAccessV2RequestWrapper(String _name,
String _cluster,
String _requestId,
int _expirySeconds,
boolean _returnTextResponse,
long _sessionId,
int _lockTimeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
int |
getExpirySeconds() |
int |
getLockTimeoutMs() |
String |
getName() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessV2Request |
getRaw() |
String |
getRequestId() |
boolean |
getReturnTextResponse() |
long |
getSessionId() |
void |
setCluster(String _cluster) |
void |
setExpirySeconds(int _expirySeconds) |
void |
setLockTimeoutMs(int _lockTimeoutMs) |
void |
setName(String _name) |
void |
setRequestId(String _requestId) |
void |
setReturnTextResponse(boolean _returnTextResponse) |
void |
setSessionId(long _sessionId) |
String |
toString() |
protected String local_name
protected String local_cluster
protected String local_requestId
protected int local_expirySeconds
protected boolean local_returnTextResponse
protected long local_sessionId
protected int local_lockTimeoutMs
public DFUFileAccessV2RequestWrapper()
public DFUFileAccessV2RequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessV2Request dfufileaccessv2request)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileAccessV2Request getRaw()
public void setName(String _name)
public String getName()
public void setCluster(String _cluster)
public String getCluster()
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 setSessionId(long _sessionId)
public long getSessionId()
public void setLockTimeoutMs(int _lockTimeoutMs)
public int getLockTimeoutMs()
Copyright © 2021. All rights reserved.