com.google.api.ads.adwords.v201109.cm
Class Gender

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Criterion
      extended by com.google.api.ads.adwords.v201109.cm.Gender
All Implemented Interfaces:
Serializable

public class Gender
extends Criterion
implements Serializable

Represents a Gender criterion.

A criterion of this type can only be created using an ID. A criterion of this type is only excludable.

See Also:
Serialized Form

Constructor Summary
Gender()
           
Gender(Long id, CriterionType type, String criterionType, GenderGenderType genderType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 GenderGenderType getGenderType()
          Gets the genderType value for this Gender.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGenderType(GenderGenderType genderType)
          Sets the genderType value for this Gender.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.Criterion
getCriterionType, getId, getType, setCriterionType, setId, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gender

public Gender()

Gender

public Gender(Long id,
              CriterionType type,
              String criterionType,
              GenderGenderType genderType)
Method Detail

getGenderType

public GenderGenderType getGenderType()
Gets the genderType value for this Gender.

Returns:
genderType * This field can be selected using the value "GenderType". This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setGenderType

public void setGenderType(GenderGenderType genderType)
Sets the genderType value for this Gender.

Parameters:
genderType - * This field can be selected using the value "GenderType". This field is read only and should not be set. If this field is sent to the API, it will be ignored.

equals

public boolean equals(Object obj)
Overrides:
equals in class Criterion

hashCode

public int hashCode()
Overrides:
hashCode in class Criterion

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.