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