public class AggregateUniqueResponse extends Object
GPUdb.aggregateUnique(AggregateUniqueRequest)
.
The Raw version of this method can be used to specify the encoding scheme of the response.Constructor and Description |
---|
AggregateUniqueResponse()
Constructs an AggregateUniqueResponse 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.
|
int |
hashCode()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueResponse |
setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueResponse |
setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueResponse |
setTableName(String tableName)
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 AggregateUniqueResponse()
public String getTableName()
public AggregateUniqueResponse 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 AggregateUniqueResponse setData(List<Record> data)
data
- Avro binary encoded response.this
to mimic the builder pattern.public boolean getHasMoreRecords()
public AggregateUniqueResponse 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.