public class DeliveryEstimate extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
DeliveryEstimate() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static DeliveryEstimate loadJSON(String json, APIContext context)
public static APINodeList<DeliveryEstimate> 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 Object getFieldBidEstimate()
public DeliveryEstimate setFieldBidEstimate(Object value)
public List<OutcomePredictionPoint> getFieldDailyOutcomesCurve()
public DeliveryEstimate setFieldDailyOutcomesCurve(List<OutcomePredictionPoint> value)
public DeliveryEstimate setFieldDailyOutcomesCurve(String value)
public Object getFieldEstimateDau()
public DeliveryEstimate setFieldEstimateDau(Object value)
public Object getFieldEstimateMau()
public DeliveryEstimate setFieldEstimateMau(Object value)
public Boolean getFieldEstimateReady()
public DeliveryEstimate setFieldEstimateReady(Boolean value)
public DeliveryEstimate copyFrom(DeliveryEstimate instance)
public static APIRequest.ResponseParser<DeliveryEstimate> getParser()
Copyright © 2017. All rights reserved.