public class ExecuteSQLResponseWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected String |
local_parentWuId |
protected String |
local_result |
protected int |
local_resultLimit |
protected org.apache.axis2.databinding.types.UnsignedInt |
local_resultWindowCount |
protected org.apache.axis2.databinding.types.UnsignedInt |
local_resultWindowStart |
protected ECLWorkunitWrapper |
local_workunit |
Constructor and Description |
---|
ExecuteSQLResponseWrapper() |
ExecuteSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _parentWuId,
String _result,
ECLWorkunitWrapper _workunit,
int _resultLimit,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount) |
ExecuteSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ExecuteSQLResponse executesqlresponse) |
Modifier and Type | Method and Description |
---|---|
ArrayOfEspExceptionWrapper |
getExceptions() |
String |
getParentWuId() |
org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ExecuteSQLResponse |
getRaw() |
String |
getResult() |
int |
getResultLimit() |
org.apache.axis2.databinding.types.UnsignedInt |
getResultWindowCount() |
org.apache.axis2.databinding.types.UnsignedInt |
getResultWindowStart() |
ECLWorkunitWrapper |
getWorkunit() |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setParentWuId(String _parentWuId) |
void |
setResult(String _result) |
void |
setResultLimit(int _resultLimit) |
void |
setResultWindowCount(org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount) |
void |
setResultWindowStart(org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart) |
void |
setWorkunit(ECLWorkunitWrapper _workunit) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_parentWuId
protected String local_result
protected ECLWorkunitWrapper local_workunit
protected int local_resultLimit
protected org.apache.axis2.databinding.types.UnsignedInt local_resultWindowStart
protected org.apache.axis2.databinding.types.UnsignedInt local_resultWindowCount
public ExecuteSQLResponseWrapper()
public ExecuteSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ExecuteSQLResponse executesqlresponse)
public ExecuteSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _parentWuId, String _result, ECLWorkunitWrapper _workunit, int _resultLimit, org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart, org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount)
public org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ExecuteSQLResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setParentWuId(String _parentWuId)
public String getParentWuId()
public void setResult(String _result)
public String getResult()
public void setWorkunit(ECLWorkunitWrapper _workunit)
public ECLWorkunitWrapper getWorkunit()
public void setResultLimit(int _resultLimit)
public int getResultLimit()
public void setResultWindowStart(org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart)
public org.apache.axis2.databinding.types.UnsignedInt getResultWindowStart()
public void setResultWindowCount(org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount)
public org.apache.axis2.databinding.types.UnsignedInt getResultWindowCount()
Copyright © 2020. All rights reserved.