| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| Modifier and Type | Field and Description |
|---|---|
static AdRuleSlotBumper |
AdRuleSlotBumper.AFTER |
static AdRuleSlotBumper |
AdRuleSlotBumper.BEFORE |
static AdRuleSlotBumper |
AdRuleSlotBumper.BEFORE_AND_AFTER |
static AdRuleSlotBumper |
AdRuleSlotBumper.NONE |
static AdRuleSlotBumper |
AdRuleSlotBumper.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AdRuleSlotBumper |
AdRuleSlotBumper.fromString(String value) |
static AdRuleSlotBumper |
AdRuleSlotBumper.fromValue(String value) |
AdRuleSlotBumper |
BaseAdRuleSlot.getBumper()
Gets the bumper value for this BaseAdRuleSlot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAdRuleSlot.setBumper(AdRuleSlotBumper bumper)
Sets the bumper value for this BaseAdRuleSlot.
|
| Constructor and Description |
|---|
BaseAdRuleSlot(Long id,
AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod,
String baseAdRuleSlotType) |
NoPoddingAdRuleSlot(Long id,
AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod,
String baseAdRuleSlotType) |
OptimizedPoddingAdRuleSlot(Long id,
AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod,
String baseAdRuleSlotType) |
StandardPoddingAdRuleSlot(Long id,
AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod,
String baseAdRuleSlotType) |
UnknownAdRuleSlot(Long id,
AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod,
String baseAdRuleSlotType) |
Copyright © 2013. All Rights Reserved.