public class GetRecordsByColumnResponse extends Object
GPUdb.getRecordsByColumn(GetRecordsByColumnRequest)
.Constructor and Description |
---|
GetRecordsByColumnResponse()
Constructs a GetRecordsByColumnResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Record> |
getData() |
Type |
getDataType() |
boolean |
getHasMoreRecords() |
Map<String,String> |
getInfo() |
String |
getTableName() |
long |
getTotalNumberOfRecords() |
int |
hashCode() |
GetRecordsByColumnResponse |
setData(List<Record> data) |
GetRecordsByColumnResponse |
setDataType(Type dataType) |
GetRecordsByColumnResponse |
setHasMoreRecords(boolean hasMoreRecords) |
GetRecordsByColumnResponse |
setInfo(Map<String,String> info) |
GetRecordsByColumnResponse |
setTableName(String tableName) |
GetRecordsByColumnResponse |
setTotalNumberOfRecords(long totalNumberOfRecords) |
String |
toString() |
public GetRecordsByColumnResponse()
public String getTableName()
public GetRecordsByColumnResponse setTableName(String tableName)
tableName
- The same table name as was passed in the parameter
list.this
to mimic the builder pattern.public GetRecordsByColumnResponse setData(List<Record> data)
data
- Avro binary encoded response.this
to mimic the builder pattern.public long getTotalNumberOfRecords()
public GetRecordsByColumnResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords
- Total/Filtered number of records.this
to mimic the builder pattern.public boolean getHasMoreRecords()
public GetRecordsByColumnResponse setHasMoreRecords(boolean hasMoreRecords)
hasMoreRecords
- Too many records. Returned a partial set.this
to mimic the builder pattern.public GetRecordsByColumnResponse setInfo(Map<String,String> info)
info
- Additional information.this
to mimic the builder pattern.public Type getDataType()
Type
object containing the type of the dynamically
generated data.public GetRecordsByColumnResponse setDataType(Type dataType)
dataType
- The Type
object containing the type of the
dynamically generated data.this
to mimic the builder pattern.Copyright © 2020. All rights reserved.