public class AdStudyCell extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdStudyCell.APIRequestGet |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdStudyCell(Long id,
APIContext context) |
AdStudyCell(String id,
APIContext context) |
| Modifier and Type | Method and Description |
|---|---|
AdStudyCell |
copyFrom(AdStudyCell instance) |
AdStudyCell |
fetch() |
static AdStudyCell |
fetchById(Long id,
APIContext context) |
static AdStudyCell |
fetchById(String id,
APIContext context) |
static APINodeList<AdStudyCell> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
AdStudyCell.APIRequestGet |
get() |
APIContext |
getContext() |
Long |
getFieldAdEntitiesCount() |
Double |
getFieldControlPercentage() |
String |
getFieldId() |
String |
getFieldName() |
Double |
getFieldTreatmentPercentage() |
String |
getId() |
static APIRequest.ResponseParser<AdStudyCell> |
getParser() |
static AdStudyCell |
loadJSON(String json,
APIContext context) |
static APINodeList<AdStudyCell> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdStudyCell(Long id, APIContext context)
public AdStudyCell(String id, APIContext context)
public AdStudyCell fetch() throws APIException
APIExceptionpublic static AdStudyCell fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdStudyCell fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdStudyCell> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdStudyCell loadJSON(String json, APIContext context)
public static APINodeList<AdStudyCell> 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 AdStudyCell.APIRequestGet get()
public Long getFieldAdEntitiesCount()
public Double getFieldControlPercentage()
public String getFieldId()
public String getFieldName()
public Double getFieldTreatmentPercentage()
public AdStudyCell copyFrom(AdStudyCell instance)
public static APIRequest.ResponseParser<AdStudyCell> getParser()
Copyright © 2017. All rights reserved.