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