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() |
List<Double> |
getFieldMale() |
String |
getId() |
static APIRequest.ResponseParser<ReachFrequencyEstimatesDemoBreakdown> |
getParser() |
static ReachFrequencyEstimatesDemoBreakdown |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ReachFrequencyEstimatesDemoBreakdown> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ReachFrequencyEstimatesDemoBreakdown |
setFieldFemale(List<Double> value) |
ReachFrequencyEstimatesDemoBreakdown |
setFieldMale(List<Double> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public ReachFrequencyEstimatesDemoBreakdown()
public static ReachFrequencyEstimatesDemoBreakdown loadJSON(String json, APIContext context, String header)
public static APINodeList<ReachFrequencyEstimatesDemoBreakdown> 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 ReachFrequencyEstimatesDemoBreakdown setFieldFemale(List<Double> value)
public ReachFrequencyEstimatesDemoBreakdown setFieldMale(List<Double> value)
public ReachFrequencyEstimatesDemoBreakdown copyFrom(ReachFrequencyEstimatesDemoBreakdown instance)
public static APIRequest.ResponseParser<ReachFrequencyEstimatesDemoBreakdown> getParser()
Copyright © 2020. All rights reserved.