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