public class AdsTALNudge extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdsTALNudge() |
| Modifier and Type | Method and Description |
|---|---|
AdsTALNudge |
copyFrom(AdsTALNudge instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldNudgeType() |
String |
getFieldObjectiveId() |
String |
getFieldStudyId() |
String |
getFieldWinnerCellId() |
String |
getId() |
static APIRequest.ResponseParser<AdsTALNudge> |
getParser() |
static AdsTALNudge |
loadJSON(String json,
APIContext context) |
static APINodeList<AdsTALNudge> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdsTALNudge |
setFieldId(String value) |
AdsTALNudge |
setFieldNudgeType(String value) |
AdsTALNudge |
setFieldObjectiveId(String value) |
AdsTALNudge |
setFieldStudyId(String value) |
AdsTALNudge |
setFieldWinnerCellId(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdsTALNudge loadJSON(String json, APIContext context)
public static APINodeList<AdsTALNudge> 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 String getFieldNudgeType()
public AdsTALNudge setFieldNudgeType(String value)
public String getFieldObjectiveId()
public AdsTALNudge setFieldObjectiveId(String value)
public String getFieldStudyId()
public AdsTALNudge setFieldStudyId(String value)
public String getFieldWinnerCellId()
public AdsTALNudge setFieldWinnerCellId(String value)
public String getFieldId()
public AdsTALNudge setFieldId(String value)
public AdsTALNudge copyFrom(AdsTALNudge instance)
public static APIRequest.ResponseParser<AdsTALNudge> getParser()
Copyright © 2018. All rights reserved.