public class AgeDimension extends AudienceGroupDimension
Java class for AgeDimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgeDimension">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AudienceGroupDimension">
<sequence>
<element name="AgeRanges" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAgeRange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAgeRange |
ageRanges |
type| Constructor and Description |
|---|
AgeDimension() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAgeRange |
getAgeRanges()
Gets the value of the ageRanges property.
|
void |
setAgeRanges(ArrayOfAgeRange value)
Sets the value of the ageRanges property.
|
getType, setTypeprotected ArrayOfAgeRange ageRanges
public ArrayOfAgeRange getAgeRanges()
ArrayOfAgeRangepublic void setAgeRanges(ArrayOfAgeRange value)
value - allowed object is
ArrayOfAgeRangeCopyright © 2024. All rights reserved.