public class ProductItemInsights extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductItemInsights() |
| Modifier and Type | Method and Description |
|---|---|
ProductItemInsights |
copyFrom(ProductItemInsights instance) |
APIContext |
getContext() |
Long |
getFieldAdClickCount() |
Long |
getFieldAddToCartCount() |
Long |
getFieldAdImpressionCount() |
String |
getFieldId() |
Long |
getFieldPurchaseCount() |
Long |
getFieldViewContentCount() |
String |
getId() |
static APIRequest.ResponseParser<ProductItemInsights> |
getParser() |
static ProductItemInsights |
loadJSON(String json,
APIContext context) |
static APINodeList<ProductItemInsights> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ProductItemInsights |
setFieldAdClickCount(Long value) |
ProductItemInsights |
setFieldAddToCartCount(Long value) |
ProductItemInsights |
setFieldAdImpressionCount(Long value) |
ProductItemInsights |
setFieldId(String value) |
ProductItemInsights |
setFieldPurchaseCount(Long value) |
ProductItemInsights |
setFieldViewContentCount(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductItemInsights loadJSON(String json, APIContext context)
public static APINodeList<ProductItemInsights> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldAdClickCount()
public ProductItemInsights setFieldAdClickCount(Long value)
public Long getFieldAdImpressionCount()
public ProductItemInsights setFieldAdImpressionCount(Long value)
public Long getFieldAddToCartCount()
public ProductItemInsights setFieldAddToCartCount(Long value)
public Long getFieldPurchaseCount()
public ProductItemInsights setFieldPurchaseCount(Long value)
public Long getFieldViewContentCount()
public ProductItemInsights setFieldViewContentCount(Long value)
public String getFieldId()
public ProductItemInsights setFieldId(String value)
public ProductItemInsights copyFrom(ProductItemInsights instance)
public static APIRequest.ResponseParser<ProductItemInsights> getParser()
Copyright © 2018. All rights reserved.