public class ProductItemCommerceInsights extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductItemCommerceInsights() |
| Modifier and Type | Method and Description |
|---|---|
ProductItemCommerceInsights |
copyFrom(ProductItemCommerceInsights instance) |
APIContext |
getContext() |
String |
getFieldId() |
Long |
getFieldMessageSends() |
Long |
getFieldOrganicImpressions() |
Long |
getFieldPaidImpressions() |
String |
getId() |
static APIRequest.ResponseParser<ProductItemCommerceInsights> |
getParser() |
static ProductItemCommerceInsights |
loadJSON(String json,
APIContext context) |
static APINodeList<ProductItemCommerceInsights> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ProductItemCommerceInsights |
setFieldId(String value) |
ProductItemCommerceInsights |
setFieldMessageSends(Long value) |
ProductItemCommerceInsights |
setFieldOrganicImpressions(Long value) |
ProductItemCommerceInsights |
setFieldPaidImpressions(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductItemCommerceInsights loadJSON(String json, APIContext context)
public static APINodeList<ProductItemCommerceInsights> 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 getFieldMessageSends()
public ProductItemCommerceInsights setFieldMessageSends(Long value)
public Long getFieldOrganicImpressions()
public ProductItemCommerceInsights setFieldOrganicImpressions(Long value)
public Long getFieldPaidImpressions()
public ProductItemCommerceInsights setFieldPaidImpressions(Long value)
public String getFieldId()
public ProductItemCommerceInsights setFieldId(String value)
public ProductItemCommerceInsights copyFrom(ProductItemCommerceInsights instance)
public static APIRequest.ResponseParser<ProductItemCommerceInsights> getParser()
Copyright © 2018. All rights reserved.