public class GetRecordsByColumnResponse extends Object
GPUdb.getRecordsByColumn(GetRecordsByColumnRequest)
.
The Raw version of this method can be used to specify the encoding scheme of the response.Constructor and Description |
---|
GetRecordsByColumnResponse()
Constructs a GetRecordsByColumnResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
List<Record> |
getData()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
boolean |
getHasMoreRecords()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
String |
getTableName()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
long |
getTotalNumberOfRecords()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
int |
hashCode()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnResponse |
setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnResponse |
setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnResponse |
setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnResponse |
setTotalNumberOfRecords(long totalNumberOfRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
String |
toString()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
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 List<Record> getData()
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 boolean equals(Object obj)
public String toString()
Copyright © 2016. All rights reserved.