All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ProductDaEventSamplesBatch |
copyFrom(ProductDaEventSamplesBatch instance) |
ProductDaEventSamplesBatch |
fetch() |
static ProductDaEventSamplesBatch |
fetchById(Long id,
APIContext context) |
static ProductDaEventSamplesBatch |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductDaEventSamplesBatch> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductDaEventSamplesBatch> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductDaEventSamplesBatch> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductDaEventSamplesBatch>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductDaEventSamplesBatch.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
List<Object> |
getFieldSamples() |
Long |
getFieldTimeStart() |
Long |
getFieldTimeStop() |
String |
getId() |
static APIRequest.ResponseParser<ProductDaEventSamplesBatch> |
getParser() |
static ProductDaEventSamplesBatch |
loadJSON(String json,
APIContext context) |
static APINodeList<ProductDaEventSamplesBatch> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |