@Generated public class SqlQueryOutput extends Object
| Constructor and Description |
|---|
SqlQueryOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEndpointId() |
String |
getOutputLink() |
String |
getQueryText() |
Collection<SqlStatementOutput> |
getSqlStatements() |
String |
getWarehouseId() |
int |
hashCode() |
SqlQueryOutput |
setEndpointId(String endpointId) |
SqlQueryOutput |
setOutputLink(String outputLink) |
SqlQueryOutput |
setQueryText(String queryText) |
SqlQueryOutput |
setSqlStatements(Collection<SqlStatementOutput> sqlStatements) |
SqlQueryOutput |
setWarehouseId(String warehouseId) |
String |
toString() |
public SqlQueryOutput setEndpointId(String endpointId)
public String getEndpointId()
public SqlQueryOutput setOutputLink(String outputLink)
public String getOutputLink()
public SqlQueryOutput setQueryText(String queryText)
public String getQueryText()
public SqlQueryOutput setSqlStatements(Collection<SqlStatementOutput> sqlStatements)
public Collection<SqlStatementOutput> getSqlStatements()
public SqlQueryOutput setWarehouseId(String warehouseId)
public String getWarehouseId()
Copyright © 2024. All rights reserved.