public class PageCTSTopic extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PageCTSTopic() |
| Modifier and Type | Method and Description |
|---|---|
PageCTSTopic |
copyFrom(PageCTSTopic instance) |
APIContext |
getContext() |
String |
getFieldAppId() |
String |
getFieldFrequency() |
String |
getFieldImageHash() |
String |
getFieldImageUrl() |
Long |
getFieldSubscriber() |
String |
getFieldTitle() |
String |
getId() |
static APIRequest.ResponseParser<PageCTSTopic> |
getParser() |
static PageCTSTopic |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageCTSTopic> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PageCTSTopic |
setFieldAppId(String value) |
PageCTSTopic |
setFieldFrequency(String value) |
PageCTSTopic |
setFieldImageHash(String value) |
PageCTSTopic |
setFieldImageUrl(String value) |
PageCTSTopic |
setFieldSubscriber(Long value) |
PageCTSTopic |
setFieldTitle(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PageCTSTopic loadJSON(String json, APIContext context, String header)
public static APINodeList<PageCTSTopic> 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 getFieldAppId()
public PageCTSTopic setFieldAppId(String value)
public String getFieldFrequency()
public PageCTSTopic setFieldFrequency(String value)
public String getFieldImageHash()
public PageCTSTopic setFieldImageHash(String value)
public String getFieldImageUrl()
public PageCTSTopic setFieldImageUrl(String value)
public Long getFieldSubscriber()
public PageCTSTopic setFieldSubscriber(Long value)
public String getFieldTitle()
public PageCTSTopic setFieldTitle(String value)
public PageCTSTopic copyFrom(PageCTSTopic instance)
public static APIRequest.ResponseParser<PageCTSTopic> getParser()
Copyright © 2024. All rights reserved.