|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.FrequencyCap
public class FrequencyCap
A frequency cap is the maximum number of times an ad (or some set of ads) can be shown to a user over a particular time period.
| Constructor Summary | |
|---|---|
FrequencyCap()
|
|
FrequencyCap(Long impressions,
TimeUnit timeUnit,
Level level)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getImpressions()
Gets the impressions value for this FrequencyCap. |
Level |
getLevel()
Gets the level value for this FrequencyCap. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
TimeUnit |
getTimeUnit()
Gets the timeUnit value for this FrequencyCap. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setImpressions(Long impressions)
Sets the impressions value for this FrequencyCap. |
void |
setLevel(Level level)
Sets the level value for this FrequencyCap. |
void |
setTimeUnit(TimeUnit timeUnit)
Sets the timeUnit value for this FrequencyCap. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrequencyCap()
public FrequencyCap(Long impressions,
TimeUnit timeUnit,
Level level)
| Method Detail |
|---|
public Long getImpressions()
public void setImpressions(Long impressions)
impressions - * Maximum number of impressions allowed during the time range
by this cap.
This field can
be selected using the value "FrequencyCapMaxImpressions".This field can be filtered on.public TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit timeUnit)
timeUnit - * Unit of time the cap is defined at.
Only the Day, Week and Month time units are supported.
This field can be selected using
the value "TimeUnit".This
field can be filtered on.public Level getLevel()
public void setLevel(Level level)
level - * The level on which the cap is to be applied (creative/adgroup).
Cap is applied to all the entities of this level in the campaign.
This field can
be selected using the value "Level".This field can be filtered on.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||