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() |
Long |
getFieldMessageSends() |
Long |
getFieldOrganicImpressions() |
Long |
getFieldPaidImpressions() |
String |
getId() |
static APIRequest.ResponseParser<ProductItemCommerceInsights> |
getParser() |
static ProductItemCommerceInsights |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductItemCommerceInsights> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductItemCommerceInsights |
setFieldMessageSends(Long value) |
ProductItemCommerceInsights |
setFieldOrganicImpressions(Long value) |
ProductItemCommerceInsights |
setFieldPaidImpressions(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static ProductItemCommerceInsights loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductItemCommerceInsights> 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 Long getFieldMessageSends()
public ProductItemCommerceInsights setFieldMessageSends(Long value)
public Long getFieldOrganicImpressions()
public ProductItemCommerceInsights setFieldOrganicImpressions(Long value)
public Long getFieldPaidImpressions()
public ProductItemCommerceInsights setFieldPaidImpressions(Long value)
public ProductItemCommerceInsights copyFrom(ProductItemCommerceInsights instance)
public static APIRequest.ResponseParser<ProductItemCommerceInsights> getParser()
Copyright © 2020. All rights reserved.