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