T - The type of object being processed.public class GetRecordsBySeriesResponse<T> extends Object
GPUdb.getRecordsBySeries(Object, GetRecordsBySeriesRequest).| 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() | 
| Map<String,String> | getInfo() | 
| List<String> | getTableNames() | 
| List<String> | getTypeNames() | 
| List<String> | getTypeSchemas() | 
| int | hashCode() | 
| GetRecordsBySeriesResponse<T> | setData(List<List<T>> data) | 
| GetRecordsBySeriesResponse<T> | setInfo(Map<String,String> info) | 
| GetRecordsBySeriesResponse<T> | setTableNames(List<String> tableNames) | 
| GetRecordsBySeriesResponse<T> | setTypeNames(List<String> typeNames) | 
| GetRecordsBySeriesResponse<T> | setTypeSchemas(List<String> typeSchemas) | 
| String | toString() | 
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 GetRecordsBySeriesResponse<T> setInfo(Map<String,String> info)
info - Additional information.this to mimic the builder pattern.Copyright © 2020. All rights reserved.