public class AdAccountReachEstimate extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdAccountReachEstimate() |
| Modifier and Type | Method and Description |
|---|---|
AdAccountReachEstimate |
copyFrom(AdAccountReachEstimate instance) |
APIContext |
getContext() |
Boolean |
getFieldEstimateReady() |
Long |
getFieldUsers() |
String |
getId() |
static APIRequest.ResponseParser<AdAccountReachEstimate> |
getParser() |
static AdAccountReachEstimate |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAccountReachEstimate> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdAccountReachEstimate |
setFieldEstimateReady(Boolean value) |
AdAccountReachEstimate |
setFieldUsers(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAccountReachEstimate loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountReachEstimate> 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 Boolean getFieldEstimateReady()
public AdAccountReachEstimate setFieldEstimateReady(Boolean value)
public Long getFieldUsers()
public AdAccountReachEstimate setFieldUsers(Long value)
public AdAccountReachEstimate copyFrom(AdAccountReachEstimate instance)
public static APIRequest.ResponseParser<AdAccountReachEstimate> getParser()
Copyright © 2020. All rights reserved.