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() |
Long |
getFieldIntervalDays() |
Long |
getFieldMaxFrequency() |
String |
getId() |
static APIRequest.ResponseParser<AdCampaignFrequencyControlSpecs> |
getParser() |
static AdCampaignFrequencyControlSpecs |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdCampaignFrequencyControlSpecs> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdCampaignFrequencyControlSpecs |
setFieldEvent(String value) |
AdCampaignFrequencyControlSpecs |
setFieldIntervalDays(Long value) |
AdCampaignFrequencyControlSpecs |
setFieldMaxFrequency(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdCampaignFrequencyControlSpecs loadJSON(String json, APIContext context, String header)
public static APINodeList<AdCampaignFrequencyControlSpecs> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldEvent()
public AdCampaignFrequencyControlSpecs setFieldEvent(String value)
public Long getFieldIntervalDays()
public AdCampaignFrequencyControlSpecs setFieldIntervalDays(Long value)
public Long getFieldMaxFrequency()
public AdCampaignFrequencyControlSpecs setFieldMaxFrequency(Long value)
public AdCampaignFrequencyControlSpecs copyFrom(AdCampaignFrequencyControlSpecs instance)
public static APIRequest.ResponseParser<AdCampaignFrequencyControlSpecs> getParser()
Copyright © 2020. All rights reserved.