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() |
Double |
getFieldImpressions() |
Double |
getFieldReach() |
Long |
getFieldSpend() |
String |
getId() |
static APIRequest.ResponseParser<OutcomePredictionPoint> |
getParser() |
static OutcomePredictionPoint |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<OutcomePredictionPoint> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
OutcomePredictionPoint |
setFieldActions(Double value) |
OutcomePredictionPoint |
setFieldImpressions(Double value) |
OutcomePredictionPoint |
setFieldReach(Double value) |
OutcomePredictionPoint |
setFieldSpend(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static OutcomePredictionPoint loadJSON(String json, APIContext context, String header)
public static APINodeList<OutcomePredictionPoint> 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 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 OutcomePredictionPoint copyFrom(OutcomePredictionPoint instance)
public static APIRequest.ResponseParser<OutcomePredictionPoint> getParser()
Copyright © 2020. All rights reserved.