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() |
String |
getFieldId() |
Object |
getFieldThreadOwner() |
String |
getId() |
static APIRequest.ResponseParser<PageThreadOwner> |
getParser() |
static PageThreadOwner |
loadJSON(String json,
APIContext context) |
static APINodeList<PageThreadOwner> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
PageThreadOwner |
setFieldId(String value) |
PageThreadOwner |
setFieldThreadOwner(Object value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PageThreadOwner loadJSON(String json, APIContext context)
public static APINodeList<PageThreadOwner> 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 getFieldThreadOwner()
public PageThreadOwner setFieldThreadOwner(Object value)
public String getFieldId()
public PageThreadOwner setFieldId(String value)
public PageThreadOwner copyFrom(PageThreadOwner instance)
public static APIRequest.ResponseParser<PageThreadOwner> getParser()
Copyright © 2018. All rights reserved.