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 |
getFieldOs() |
String |
getId() |
static APIRequest.ResponseParser<UserDevice> |
getParser() |
static UserDevice |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<UserDevice> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
UserDevice |
setFieldHardware(String value) |
UserDevice |
setFieldOs(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static UserDevice loadJSON(String json, APIContext context, String header)
public static APINodeList<UserDevice> 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 String getFieldHardware()
public UserDevice setFieldHardware(String value)
public String getFieldOs()
public UserDevice setFieldOs(String value)
public UserDevice copyFrom(UserDevice instance)
public static APIRequest.ResponseParser<UserDevice> getParser()
Copyright © 2020. All rights reserved.