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