public class ProductEventStat extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
ProductEventStat.EnumBreakdowns |
static class |
ProductEventStat.EnumDeviceType |
static class |
ProductEventStat.EnumEvent |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
ProductEventStat() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static ProductEventStat loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductEventStat> 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 String getFieldDateStart()
public ProductEventStat setFieldDateStart(String value)
public String getFieldDateStop()
public ProductEventStat setFieldDateStop(String value)
public ProductEventStat.EnumDeviceType getFieldDeviceType()
public ProductEventStat setFieldDeviceType(ProductEventStat.EnumDeviceType value)
public ProductEventStat.EnumEvent getFieldEvent()
public ProductEventStat setFieldEvent(ProductEventStat.EnumEvent value)
public ExternalEventSource getFieldEventSource()
public ProductEventStat setFieldEventSource(ExternalEventSource value)
public ProductEventStat setFieldEventSource(String value)
public Long getFieldTotalContentIdsMatchedOtherCatalogs()
public ProductEventStat setFieldTotalContentIdsMatchedOtherCatalogs(Long value)
public Long getFieldTotalMatchedContentIds()
public ProductEventStat setFieldTotalMatchedContentIds(Long value)
public Long getFieldTotalUnmatchedContentIds()
public ProductEventStat setFieldTotalUnmatchedContentIds(Long value)
public Long getFieldUniqueContentIdsMatchedOtherCatalogs()
public ProductEventStat setFieldUniqueContentIdsMatchedOtherCatalogs(Long value)
public Long getFieldUniqueMatchedContentIds()
public ProductEventStat setFieldUniqueMatchedContentIds(Long value)
public Long getFieldUniqueUnmatchedContentIds()
public ProductEventStat setFieldUniqueUnmatchedContentIds(Long value)
public ProductEventStat copyFrom(ProductEventStat instance)
public static APIRequest.ResponseParser<ProductEventStat> getParser()
Copyright © 2020. All rights reserved.