public class IncomeRange 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 IncomeRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncomeRange">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="incomeRangeType" type="{https://adwords.google.com/api/adwords/cm/v201809}IncomeRange.IncomeRangeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IncomeRangeIncomeRangeType |
incomeRangeType |
criterionType, id, type| Constructor and Description |
|---|
IncomeRange() |
| Modifier and Type | Method and Description |
|---|---|
IncomeRangeIncomeRangeType |
getIncomeRangeType()
Gets the value of the incomeRangeType property.
|
void |
setIncomeRangeType(IncomeRangeIncomeRangeType value)
Sets the value of the incomeRangeType property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected IncomeRangeIncomeRangeType incomeRangeType
public IncomeRangeIncomeRangeType getIncomeRangeType()
IncomeRangeIncomeRangeTypepublic void setIncomeRangeType(IncomeRangeIncomeRangeType value)
value - allowed object is
IncomeRangeIncomeRangeTypeCopyright © 2023. All rights reserved.