public class PageGameBotQuotaInformation extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PageGameBotQuotaInformation() |
| Modifier and Type | Method and Description |
|---|---|
PageGameBotQuotaInformation |
copyFrom(PageGameBotQuotaInformation instance) |
APIContext |
getContext() |
Long |
getFieldCount() |
Long |
getFieldTimeWindow() |
String |
getId() |
static APIRequest.ResponseParser<PageGameBotQuotaInformation> |
getParser() |
static PageGameBotQuotaInformation |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageGameBotQuotaInformation> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PageGameBotQuotaInformation |
setFieldCount(Long value) |
PageGameBotQuotaInformation |
setFieldTimeWindow(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PageGameBotQuotaInformation loadJSON(String json, APIContext context, String header)
public static APINodeList<PageGameBotQuotaInformation> 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 Long getFieldCount()
public PageGameBotQuotaInformation setFieldCount(Long value)
public Long getFieldTimeWindow()
public PageGameBotQuotaInformation setFieldTimeWindow(Long value)
public PageGameBotQuotaInformation copyFrom(PageGameBotQuotaInformation instance)
public static APIRequest.ResponseParser<PageGameBotQuotaInformation> getParser()
Copyright © 2024. All rights reserved.