com.baidubce.services.tsdb.model
Class GetRowsWithSqlResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetRowsWithSqlResponse()
           
 
Method Summary
 List<Column> getColumns()
           
 List<List<Object>> getRows()
           
 void setColumns(List<Column> columns)
           
 void setRows(List<List<Object>> rows)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRowsWithSqlResponse

public GetRowsWithSqlResponse()
Method Detail

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.