T
- The type of object being processed.public class GetRecordsBySeriesResponse<T> extends Object
GPUdb.getRecordsBySeries(Object, GetRecordsBySeriesRequest)
.
The Raw version of this method can be used to specify the encoding scheme of the response.Constructor and Description |
---|
GetRecordsBySeriesResponse()
Constructs a GetRecordsBySeriesResponse 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<List<T>> |
getData()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
List<String> |
getTableNames()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
List<String> |
getTypeNames()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
List<String> |
getTypeSchemas()
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.
|
GetRecordsBySeriesResponse<T> |
setData(List<List<T>> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesResponse<T> |
setTableNames(List<String> tableNames)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesResponse<T> |
setTypeNames(List<String> typeNames)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesResponse<T> |
setTypeSchemas(List<String> typeSchemas)
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 GetRecordsBySeriesResponse()
public List<String> getTableNames()
public GetRecordsBySeriesResponse<T> setTableNames(List<String> tableNames)
tableNames
- The table name (one per series/track) of the returned series/tracks.this
to mimic the builder pattern.public List<String> getTypeNames()
tableName
is a
collection and the returned series/tracks belong to tables with different types.public GetRecordsBySeriesResponse<T> setTypeNames(List<String> typeNames)
typeNames
- The type IDs (one per series/track) of the returned series/tracks. This is useful when tableName
is
a collection and the returned series/tracks belong to tables with different types.this
to mimic the builder pattern.public List<String> getTypeSchemas()
public GetRecordsBySeriesResponse<T> setTypeSchemas(List<String> typeSchemas)
typeSchemas
- The type schemas (one per series/track) of the returned series/tracks.this
to mimic the builder pattern.public List<List<T>> getData()
public GetRecordsBySeriesResponse<T> setData(List<List<T>> data)
data
- If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded
records for each object (inner list) in each series/track (outer list). Otherwise, empty list-of-lists.this
to mimic the builder pattern.public boolean equals(Object obj)
public String toString()
Copyright © 2016. All rights reserved.