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