public class AdGroupAdRotationMode extends Object
Java class for AdGroupAdRotationMode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupAdRotationMode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adRotationMode" type="{https://adwords.google.com/api/adwords/cm/v201809}AdRotationMode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdRotationMode |
adRotationMode |
| Constructor and Description |
|---|
AdGroupAdRotationMode() |
| Modifier and Type | Method and Description |
|---|---|
AdRotationMode |
getAdRotationMode()
Gets the value of the adRotationMode property.
|
void |
setAdRotationMode(AdRotationMode value)
Sets the value of the adRotationMode property.
|
protected AdRotationMode adRotationMode
public AdRotationMode getAdRotationMode()
AdRotationModepublic void setAdRotationMode(AdRotationMode value)
value - allowed object is
AdRotationModeCopyright © 2023. All rights reserved.