public class FrequencyCapSettings extends Object
Java class for FrequencyCapSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FrequencyCapSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CapValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TimeGranularity" type="{https://bingads.microsoft.com/CampaignManagement/v13}FrequencyCapTimeGranularity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
capValue |
protected FrequencyCapTimeGranularity |
timeGranularity |
| Constructor and Description |
|---|
FrequencyCapSettings() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCapValue()
Gets the value of the capValue property.
|
FrequencyCapTimeGranularity |
getTimeGranularity()
Gets the value of the timeGranularity property.
|
void |
setCapValue(Integer value)
Sets the value of the capValue property.
|
void |
setTimeGranularity(FrequencyCapTimeGranularity value)
Sets the value of the timeGranularity property.
|
protected Integer capValue
protected FrequencyCapTimeGranularity timeGranularity
public Integer getCapValue()
Integerpublic void setCapValue(Integer value)
value - allowed object is
Integerpublic FrequencyCapTimeGranularity getTimeGranularity()
FrequencyCapTimeGranularitypublic void setTimeGranularity(FrequencyCapTimeGranularity value)
value - allowed object is
FrequencyCapTimeGranularityCopyright © 2024. All rights reserved.