public class AdGroupAdOperation extends Operation
Java class for AdGroupAdOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupAdOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/cm/v201809}AdGroupAd" minOccurs="0"/>
<element name="exemptionRequests" type="{https://adwords.google.com/api/adwords/cm/v201809}ExemptionRequest" maxOccurs="unbounded" minOccurs="0"/>
<element name="ignorablePolicyTopicIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ExemptionRequest> |
exemptionRequests |
protected List<String> |
ignorablePolicyTopicIds |
protected AdGroupAd |
operand |
operationType, operator| Constructor and Description |
|---|
AdGroupAdOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<ExemptionRequest> |
getExemptionRequests()
Gets the value of the exemptionRequests property.
|
List<String> |
getIgnorablePolicyTopicIds()
Gets the value of the ignorablePolicyTopicIds property.
|
AdGroupAd |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(AdGroupAd value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected AdGroupAd operand
protected List<ExemptionRequest> exemptionRequests
public AdGroupAd getOperand()
AdGroupAdpublic void setOperand(AdGroupAd value)
value - allowed object is
AdGroupAdpublic List<ExemptionRequest> getExemptionRequests()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the exemptionRequests property.
For example, to add a new item, do as follows:
getExemptionRequests().add(newItem);
Objects of the following type(s) are allowed in the list
ExemptionRequest
public List<String> getIgnorablePolicyTopicIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ignorablePolicyTopicIds property.
For example, to add a new item, do as follows:
getIgnorablePolicyTopicIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2023. All rights reserved.