public class KeywordDeliveryReport extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
KeywordDeliveryReport() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static KeywordDeliveryReport loadJSON(String json, APIContext context, String header)
public static APINodeList<KeywordDeliveryReport> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldEstimatedClicks()
public KeywordDeliveryReport setFieldEstimatedClicks(Long value)
public Long getFieldEstimatedConversions()
public KeywordDeliveryReport setFieldEstimatedConversions(Long value)
public Double getFieldEstimatedCost()
public KeywordDeliveryReport setFieldEstimatedCost(Double value)
public Double getFieldEstimatedCpc()
public KeywordDeliveryReport setFieldEstimatedCpc(Double value)
public Double getFieldEstimatedCtr()
public KeywordDeliveryReport setFieldEstimatedCtr(Double value)
public Double getFieldEstimatedCvr()
public KeywordDeliveryReport setFieldEstimatedCvr(Double value)
public Long getFieldEstimatedImpressions()
public KeywordDeliveryReport setFieldEstimatedImpressions(Long value)
public Double getFieldEstimatedReturns()
public KeywordDeliveryReport setFieldEstimatedReturns(Double value)
public String getFieldKeyword()
public KeywordDeliveryReport setFieldKeyword(String value)
public KeywordDeliveryReport copyFrom(KeywordDeliveryReport instance)
public static APIRequest.ResponseParser<KeywordDeliveryReport> getParser()
Copyright © 2024. All rights reserved.