public class InstantArticleCTA extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
InstantArticleCTA() |
| Modifier and Type | Method and Description |
|---|---|
InstantArticleCTA |
copyFrom(InstantArticleCTA instance) |
APIContext |
getContext() |
String |
getFieldId() |
Boolean |
getFieldIsEnabled() |
Double |
getFieldPublisherDefinedValue() |
String |
getFieldType() |
String |
getFieldUpdateTime() |
String |
getId() |
static APIRequest.ResponseParser<InstantArticleCTA> |
getParser() |
static InstantArticleCTA |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<InstantArticleCTA> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
InstantArticleCTA |
setFieldId(String value) |
InstantArticleCTA |
setFieldIsEnabled(Boolean value) |
InstantArticleCTA |
setFieldPublisherDefinedValue(Double value) |
InstantArticleCTA |
setFieldType(String value) |
InstantArticleCTA |
setFieldUpdateTime(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static InstantArticleCTA loadJSON(String json, APIContext context, String header)
public static APINodeList<InstantArticleCTA> 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 getFieldId()
public InstantArticleCTA setFieldId(String value)
public Boolean getFieldIsEnabled()
public InstantArticleCTA setFieldIsEnabled(Boolean value)
public Double getFieldPublisherDefinedValue()
public InstantArticleCTA setFieldPublisherDefinedValue(Double value)
public String getFieldType()
public InstantArticleCTA setFieldType(String value)
public String getFieldUpdateTime()
public InstantArticleCTA setFieldUpdateTime(String value)
public InstantArticleCTA copyFrom(InstantArticleCTA instance)
public static APIRequest.ResponseParser<InstantArticleCTA> getParser()
Copyright © 2024. All rights reserved.