T - The type of object being processed.public class GetRecordsBySeriesResponse<T> extends Object
GPUdb.getRecordsBySeries.| Constructor and Description |
|---|
GetRecordsBySeriesResponse()
Constructs a GetRecordsBySeriesResponse object with default parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<List<T>> |
getData()
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).
|
Map<String,String> |
getInfo()
Additional information.
|
List<String> |
getTableNames()
The table name (one per series/track) of the returned series/tracks.
|
List<String> |
getTypeNames()
The type IDs (one per series/track) of the returned series/tracks.
|
List<String> |
getTypeSchemas()
The type schemas (one per series/track) of the returned series/tracks.
|
int |
hashCode() |
GetRecordsBySeriesResponse<T> |
setData(List<List<T>> 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).
|
GetRecordsBySeriesResponse<T> |
setInfo(Map<String,String> info)
Additional information.
|
GetRecordsBySeriesResponse<T> |
setTableNames(List<String> tableNames)
The table name (one per series/track) of the returned series/tracks.
|
GetRecordsBySeriesResponse<T> |
setTypeNames(List<String> typeNames)
The type IDs (one per series/track) of the returned series/tracks.
|
GetRecordsBySeriesResponse<T> |
setTypeSchemas(List<String> typeSchemas)
The type schemas (one per series/track) of the returned series/tracks.
|
String |
toString() |
public GetRecordsBySeriesResponse()
public List<String> getTableNames()
tableNames.public GetRecordsBySeriesResponse<T> setTableNames(List<String> tableNames)
tableNames - The new value for tableNames.this to mimic the builder pattern.public List<String> getTypeNames()
typeNames.public GetRecordsBySeriesResponse<T> setTypeNames(List<String> typeNames)
typeNames - The new value for typeNames.this to mimic the builder pattern.public List<String> getTypeSchemas()
typeSchemas.public GetRecordsBySeriesResponse<T> setTypeSchemas(List<String> typeSchemas)
typeSchemas - The new value for typeSchemas.this to mimic the builder pattern.public List<List<T>> getData()
data.public GetRecordsBySeriesResponse<T> setData(List<List<T>> data)
data - The new value for data.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public GetRecordsBySeriesResponse<T> setInfo(Map<String,String> info)
info - The new value for info.this to mimic the builder pattern.Copyright © 2025. All rights reserved.