public class GrpDemographicBreakdown extends Object
Java class for GrpDemographicBreakdown complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GrpDemographicBreakdown">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="availableUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="matchedUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="unitType" type="{https://www.google.com/apis/ads/publisher/v201708}GrpUnitType" minOccurs="0"/>
<element name="gender" type="{https://www.google.com/apis/ads/publisher/v201708}GrpGender" minOccurs="0"/>
<element name="age" type="{https://www.google.com/apis/ads/publisher/v201708}GrpAge" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GrpAge |
age |
protected Long |
availableUnits |
protected GrpGender |
gender |
protected Long |
matchedUnits |
protected GrpUnitType |
unitType |
| Constructor and Description |
|---|
GrpDemographicBreakdown() |
| Modifier and Type | Method and Description |
|---|---|
GrpAge |
getAge()
Gets the value of the age property.
|
Long |
getAvailableUnits()
Gets the value of the availableUnits property.
|
GrpGender |
getGender()
Gets the value of the gender property.
|
Long |
getMatchedUnits()
Gets the value of the matchedUnits property.
|
GrpUnitType |
getUnitType()
Gets the value of the unitType property.
|
void |
setAge(GrpAge value)
Sets the value of the age property.
|
void |
setAvailableUnits(Long value)
Sets the value of the availableUnits property.
|
void |
setGender(GrpGender value)
Sets the value of the gender property.
|
void |
setMatchedUnits(Long value)
Sets the value of the matchedUnits property.
|
void |
setUnitType(GrpUnitType value)
Sets the value of the unitType property.
|
protected Long availableUnits
protected Long matchedUnits
protected GrpUnitType unitType
protected GrpGender gender
protected GrpAge age
public Long getAvailableUnits()
Longpublic void setAvailableUnits(Long value)
value - allowed object is
Longpublic Long getMatchedUnits()
Longpublic void setMatchedUnits(Long value)
value - allowed object is
Longpublic GrpUnitType getUnitType()
GrpUnitTypepublic void setUnitType(GrpUnitType value)
value - allowed object is
GrpUnitTypepublic GrpGender getGender()
GrpGenderpublic void setGender(GrpGender value)
value - allowed object is
GrpGenderpublic GrpAge getAge()
GrpAgeCopyright © 2018. All Rights Reserved.