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