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