public class CreateTableAndLoadResponseWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
local_eclRecordDefinition |
protected boolean |
local_success |
protected String |
local_tableName |
protected ECLWorkunitWrapper |
local_workunit |
Constructor and Description |
---|
CreateTableAndLoadResponseWrapper() |
CreateTableAndLoadResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.CreateTableAndLoadResponse createtableandloadresponse) |
CreateTableAndLoadResponseWrapper(String _tableName,
boolean _success,
String _eclRecordDefinition,
ECLWorkunitWrapper _workunit) |
Modifier and Type | Method and Description |
---|---|
String |
getEclRecordDefinition() |
org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.CreateTableAndLoadResponse |
getRaw() |
boolean |
getSuccess() |
String |
getTableName() |
ECLWorkunitWrapper |
getWorkunit() |
void |
setEclRecordDefinition(String _eclRecordDefinition) |
void |
setSuccess(boolean _success) |
void |
setTableName(String _tableName) |
void |
setWorkunit(ECLWorkunitWrapper _workunit) |
String |
toString() |
protected String local_tableName
protected boolean local_success
protected String local_eclRecordDefinition
protected ECLWorkunitWrapper local_workunit
public CreateTableAndLoadResponseWrapper()
public CreateTableAndLoadResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.CreateTableAndLoadResponse createtableandloadresponse)
public CreateTableAndLoadResponseWrapper(String _tableName, boolean _success, String _eclRecordDefinition, ECLWorkunitWrapper _workunit)
public org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.CreateTableAndLoadResponse getRaw()
public void setTableName(String _tableName)
public String getTableName()
public void setSuccess(boolean _success)
public boolean getSuccess()
public void setEclRecordDefinition(String _eclRecordDefinition)
public String getEclRecordDefinition()
public void setWorkunit(ECLWorkunitWrapper _workunit)
public ECLWorkunitWrapper getWorkunit()
Copyright © 2020. All rights reserved.