public class OutcomePredictionPoint extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
OutcomePredictionPoint() |
| Modifier and Type | Method and Description |
|---|---|
OutcomePredictionPoint |
copyFrom(OutcomePredictionPoint instance) |
APIContext |
getContext() |
Double |
getFieldActions() |
String |
getFieldId() |
Double |
getFieldImpressions() |
Double |
getFieldReach() |
Long |
getFieldSpend() |
String |
getId() |
static APIRequest.ResponseParser<OutcomePredictionPoint> |
getParser() |
static OutcomePredictionPoint |
loadJSON(String json,
APIContext context) |
static APINodeList<OutcomePredictionPoint> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
OutcomePredictionPoint |
setFieldActions(Double value) |
OutcomePredictionPoint |
setFieldId(String value) |
OutcomePredictionPoint |
setFieldImpressions(Double value) |
OutcomePredictionPoint |
setFieldReach(Double value) |
OutcomePredictionPoint |
setFieldSpend(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static OutcomePredictionPoint loadJSON(String json, APIContext context)
public static APINodeList<OutcomePredictionPoint> 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 Double getFieldActions()
public OutcomePredictionPoint setFieldActions(Double value)
public Double getFieldImpressions()
public OutcomePredictionPoint setFieldImpressions(Double value)
public Double getFieldReach()
public OutcomePredictionPoint setFieldReach(Double value)
public Long getFieldSpend()
public OutcomePredictionPoint setFieldSpend(Long value)
public String getFieldId()
public OutcomePredictionPoint setFieldId(String value)
public OutcomePredictionPoint copyFrom(OutcomePredictionPoint instance)
public static APIRequest.ResponseParser<OutcomePredictionPoint> getParser()
Copyright © 2018. All rights reserved.