RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setInfo(Map<String,String> info) |
Additional information.
|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setListRecordsBinary(List<List<ByteBuffer>> listRecordsBinary) |
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).
|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setListRecordsJson(List<List<String>> listRecordsJson) |
If the encoding parameter of the request was 'json' then this
list-of-lists contains the json encoded records for each object (inner
list) in each series/track (outer list).
|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setTableNames(List<String> tableNames) |
The table name (one per series/track) of the returned series/tracks.
|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setTypeNames(List<String> typeNames) |
The type IDs (one per series/track) of the returned series/tracks.
|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setTypeSchemas(List<String> typeSchemas) |
The type schemas (one per series/track) of the returned series/tracks.
|