com.baidubce.services.tsdb.model
Class GetRowsWithSqlResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.tsdb.model.GetRowsWithSqlResponse
- All Implemented Interfaces:
- Serializable
public class GetRowsWithSqlResponse
- extends AbstractBceResponse
Represent the response of getting rows.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetRowsWithSqlResponse
public GetRowsWithSqlResponse()
getColumns
public List<Column> getColumns()
setColumns
public void setColumns(List<Column> columns)
getRows
public List<List<Object>> getRows()
setRows
public void setRows(List<List<Object>> rows)
Copyright © 2018. All rights reserved.