public class TargetingSettingDetail extends Object
For more information, see Targeting Settings.
Java class for TargetingSettingDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetingSettingDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="criterionTypeGroup" type="{https://adwords.google.com/api/adwords/cm/v201809}CriterionTypeGroup" minOccurs="0"/>
<element name="targetAll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CriterionTypeGroup |
criterionTypeGroup |
protected Boolean |
targetAll |
| Constructor and Description |
|---|
TargetingSettingDetail() |
| Modifier and Type | Method and Description |
|---|---|
CriterionTypeGroup |
getCriterionTypeGroup()
Gets the value of the criterionTypeGroup property.
|
Boolean |
isTargetAll()
Gets the value of the targetAll property.
|
void |
setCriterionTypeGroup(CriterionTypeGroup value)
Sets the value of the criterionTypeGroup property.
|
void |
setTargetAll(Boolean value)
Sets the value of the targetAll property.
|
protected CriterionTypeGroup criterionTypeGroup
protected Boolean targetAll
public CriterionTypeGroup getCriterionTypeGroup()
CriterionTypeGrouppublic void setCriterionTypeGroup(CriterionTypeGroup value)
value - allowed object is
CriterionTypeGrouppublic Boolean isTargetAll()
BooleanCopyright © 2023. All rights reserved.