public class AppPublisher extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AppPublisher() |
| Modifier and Type | Method and Description |
|---|---|
AppPublisher |
copyFrom(AppPublisher instance) |
APIContext |
getContext() |
String |
getFieldContentId() |
String |
getFieldIconUrl() |
String |
getFieldId() |
String |
getFieldName() |
String |
getFieldPlatform() |
String |
getFieldStoreName() |
String |
getFieldStoreUrl() |
String |
getId() |
static APIRequest.ResponseParser<AppPublisher> |
getParser() |
static AppPublisher |
loadJSON(String json,
APIContext context) |
static APINodeList<AppPublisher> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AppPublisher |
setFieldContentId(String value) |
AppPublisher |
setFieldIconUrl(String value) |
AppPublisher |
setFieldId(String value) |
AppPublisher |
setFieldName(String value) |
AppPublisher |
setFieldPlatform(String value) |
AppPublisher |
setFieldStoreName(String value) |
AppPublisher |
setFieldStoreUrl(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AppPublisher loadJSON(String json, APIContext context)
public static APINodeList<AppPublisher> 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 getFieldContentId()
public AppPublisher setFieldContentId(String value)
public String getFieldIconUrl()
public AppPublisher setFieldIconUrl(String value)
public String getFieldId()
public AppPublisher setFieldId(String value)
public String getFieldName()
public AppPublisher setFieldName(String value)
public String getFieldPlatform()
public AppPublisher setFieldPlatform(String value)
public String getFieldStoreName()
public AppPublisher setFieldStoreName(String value)
public String getFieldStoreUrl()
public AppPublisher setFieldStoreUrl(String value)
public AppPublisher copyFrom(AppPublisher instance)
public static APIRequest.ResponseParser<AppPublisher> getParser()
Copyright © 2018. All rights reserved.