public class AdCampaignFrequencyControlSpecs extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdCampaignFrequencyControlSpecs() |
| Modifier and Type | Method and Description |
|---|---|
AdCampaignFrequencyControlSpecs |
copyFrom(AdCampaignFrequencyControlSpecs instance) |
APIContext |
getContext() |
String |
getFieldEvent() |
String |
getFieldId() |
Long |
getFieldIntervalDays() |
Long |
getFieldMaxFrequency() |
String |
getId() |
static APIRequest.ResponseParser<AdCampaignFrequencyControlSpecs> |
getParser() |
static AdCampaignFrequencyControlSpecs |
loadJSON(String json,
APIContext context) |
static APINodeList<AdCampaignFrequencyControlSpecs> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdCampaignFrequencyControlSpecs |
setFieldEvent(String value) |
AdCampaignFrequencyControlSpecs |
setFieldId(String value) |
AdCampaignFrequencyControlSpecs |
setFieldIntervalDays(Long value) |
AdCampaignFrequencyControlSpecs |
setFieldMaxFrequency(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdCampaignFrequencyControlSpecs loadJSON(String json, APIContext context)
public static APINodeList<AdCampaignFrequencyControlSpecs> 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 String getFieldEvent()
public AdCampaignFrequencyControlSpecs setFieldEvent(String value)
public Long getFieldIntervalDays()
public AdCampaignFrequencyControlSpecs setFieldIntervalDays(Long value)
public Long getFieldMaxFrequency()
public AdCampaignFrequencyControlSpecs setFieldMaxFrequency(Long value)
public String getFieldId()
public AdCampaignFrequencyControlSpecs setFieldId(String value)
public AdCampaignFrequencyControlSpecs copyFrom(AdCampaignFrequencyControlSpecs instance)
public static APIRequest.ResponseParser<AdCampaignFrequencyControlSpecs> getParser()
Copyright © 2018. All rights reserved.