public class FrequencyCap extends Object
Java class for FrequencyCap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FrequencyCap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="impressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="timeUnit" type="{https://adwords.google.com/api/adwords/cm/v201809}TimeUnit" minOccurs="0"/>
<element name="level" type="{https://adwords.google.com/api/adwords/cm/v201809}Level" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
impressions |
protected Level |
level |
protected TimeUnit |
timeUnit |
| Constructor and Description |
|---|
FrequencyCap() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getImpressions()
Gets the value of the impressions property.
|
Level |
getLevel()
Gets the value of the level property.
|
TimeUnit |
getTimeUnit()
Gets the value of the timeUnit property.
|
void |
setImpressions(Long value)
Sets the value of the impressions property.
|
void |
setLevel(Level value)
Sets the value of the level property.
|
void |
setTimeUnit(TimeUnit value)
Sets the value of the timeUnit property.
|
protected Long impressions
protected TimeUnit timeUnit
protected Level level
public Long getImpressions()
Longpublic void setImpressions(Long value)
value - allowed object is
Longpublic TimeUnit getTimeUnit()
TimeUnitpublic void setTimeUnit(TimeUnit value)
value - allowed object is
TimeUnitpublic Level getLevel()
LevelCopyright © 2023. All rights reserved.