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