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