public class AdAccountDeliveryEstimate extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
AdAccountDeliveryEstimate.EnumOptimizationGoal |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdAccountDeliveryEstimate() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdAccountDeliveryEstimate loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountDeliveryEstimate> 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 List<OutcomePredictionPoint> getFieldDailyOutcomesCurve()
public AdAccountDeliveryEstimate setFieldDailyOutcomesCurve(List<OutcomePredictionPoint> value)
public AdAccountDeliveryEstimate setFieldDailyOutcomesCurve(String value)
public Long getFieldEstimateDau()
public AdAccountDeliveryEstimate setFieldEstimateDau(Long value)
public Long getFieldEstimateMauLowerBound()
public AdAccountDeliveryEstimate setFieldEstimateMauLowerBound(Long value)
public Long getFieldEstimateMauUpperBound()
public AdAccountDeliveryEstimate setFieldEstimateMauUpperBound(Long value)
public Boolean getFieldEstimateReady()
public AdAccountDeliveryEstimate setFieldEstimateReady(Boolean value)
public AdAccountDeliveryEstimate setFieldTargetingOptimizationTypes(Map<String,Long> value)
public AdAccountDeliveryEstimate copyFrom(AdAccountDeliveryEstimate instance)
public static APIRequest.ResponseParser<AdAccountDeliveryEstimate> getParser()
Copyright © 2023. All rights reserved.