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