public class AgeRange extends Criterion
A criterion of this type can only be created using an ID. A criterion of this type can be either targeted or excluded. This is disabled for AdX when it is contained within Operators: ADD, SET.
Java class for AgeRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgeRange">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="ageRangeType" type="{https://adwords.google.com/api/adwords/cm/v201809}AgeRange.AgeRangeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AgeRangeAgeRangeType |
ageRangeType |
criterionType, id, type| Constructor and Description |
|---|
AgeRange() |
| Modifier and Type | Method and Description |
|---|---|
AgeRangeAgeRangeType |
getAgeRangeType()
Gets the value of the ageRangeType property.
|
void |
setAgeRangeType(AgeRangeAgeRangeType value)
Sets the value of the ageRangeType property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected AgeRangeAgeRangeType ageRangeType
public AgeRangeAgeRangeType getAgeRangeType()
AgeRangeAgeRangeTypepublic void setAgeRangeType(AgeRangeAgeRangeType value)
value - allowed object is
AgeRangeAgeRangeTypeCopyright © 2023. All rights reserved.