public class ProductDaEventSamplesBatch extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
ProductDaEventSamplesBatch.EnumAggregationType |
static class |
ProductDaEventSamplesBatch.EnumEvent |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
ProductDaEventSamplesBatch() |
Modifier and Type | Method and Description |
---|---|
ProductDaEventSamplesBatch |
copyFrom(ProductDaEventSamplesBatch instance) |
APIContext |
getContext() |
List<Object> |
getFieldSamples() |
Long |
getFieldTimeStart() |
Long |
getFieldTimeStop() |
String |
getId() |
static APIRequest.ResponseParser<ProductDaEventSamplesBatch> |
getParser() |
static ProductDaEventSamplesBatch |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductDaEventSamplesBatch> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductDaEventSamplesBatch |
setFieldSamples(List<Object> value) |
ProductDaEventSamplesBatch |
setFieldTimeStart(Long value) |
ProductDaEventSamplesBatch |
setFieldTimeStop(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static ProductDaEventSamplesBatch loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductDaEventSamplesBatch> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public ProductDaEventSamplesBatch setFieldSamples(List<Object> value)
public Long getFieldTimeStart()
public ProductDaEventSamplesBatch setFieldTimeStart(Long value)
public Long getFieldTimeStop()
public ProductDaEventSamplesBatch setFieldTimeStop(Long value)
public ProductDaEventSamplesBatch copyFrom(ProductDaEventSamplesBatch instance)
public static APIRequest.ResponseParser<ProductDaEventSamplesBatch> getParser()
Copyright © 2020. All rights reserved.