public class AdsPixelEventPrediction extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdsPixelEventPrediction() |
| Modifier and Type | Method and Description |
|---|---|
AdsPixelEventPrediction |
copyFrom(AdsPixelEventPrediction instance) |
APIContext |
getContext() |
Boolean |
getFieldDismissed() |
String |
getFieldEventType() |
String |
getFieldRule() |
String |
getId() |
static APIRequest.ResponseParser<AdsPixelEventPrediction> |
getParser() |
static AdsPixelEventPrediction |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdsPixelEventPrediction> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdsPixelEventPrediction |
setFieldDismissed(Boolean value) |
AdsPixelEventPrediction |
setFieldEventType(String value) |
AdsPixelEventPrediction |
setFieldRule(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdsPixelEventPrediction loadJSON(String json, APIContext context, String header)
public static APINodeList<AdsPixelEventPrediction> 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 Boolean getFieldDismissed()
public AdsPixelEventPrediction setFieldDismissed(Boolean value)
public String getFieldEventType()
public AdsPixelEventPrediction setFieldEventType(String value)
public String getFieldRule()
public AdsPixelEventPrediction setFieldRule(String value)
public AdsPixelEventPrediction copyFrom(AdsPixelEventPrediction instance)
public static APIRequest.ResponseParser<AdsPixelEventPrediction> getParser()
Copyright © 2024. All rights reserved.