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