public class AggregateGroupByResponse extends Object
GPUdb.aggregateGroupBy(AggregateGroupByRequest)
.
The Raw version of this method can be used to specify the encoding scheme of the response.Constructor and Description |
---|
AggregateGroupByResponse()
Constructs an AggregateGroupByResponse 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.
|
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.
|
AggregateGroupByResponse |
setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByResponse |
setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByResponse |
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 AggregateGroupByResponse()
public List<Record> getData()
public AggregateGroupByResponse setData(List<Record> data)
data
- Avro binary encoded response.this
to mimic the builder pattern.public long getTotalNumberOfRecords()
public AggregateGroupByResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords
- Total/Filtered number of records.this
to mimic the builder pattern.public boolean getHasMoreRecords()
public AggregateGroupByResponse 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.