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