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 |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<PageStartInfo> |
getParser() |
static PageStartInfo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageStartInfo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PageStartInfo |
setFieldDate(Object value) |
PageStartInfo |
setFieldType(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static PageStartInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<PageStartInfo> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public Object getFieldDate()
public PageStartInfo setFieldDate(Object value)
public String getFieldType()
public PageStartInfo setFieldType(String value)
public PageStartInfo copyFrom(PageStartInfo instance)
public static APIRequest.ResponseParser<PageStartInfo> getParser()
Copyright © 2023. All rights reserved.