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

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

public class CriterionUserInterest
extends Criterion
implements Serializable

User Interest - represents a particular interest based vertical to be targeted. Targeting UserInterest is currently in a limited beta. If you'd like access please speak with your account representative.

See Also:
Serialized Form

Constructor Summary
CriterionUserInterest()
           
CriterionUserInterest(Long id, CriterionType type, String criterionType, Long userInterestId, String userInterestName)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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
 Long getUserInterestId()
          Gets the userInterestId value for this CriterionUserInterest.
 String getUserInterestName()
          Gets the userInterestName value for this CriterionUserInterest.
 int hashCode()
           
 void setUserInterestId(Long userInterestId)
          Sets the userInterestId value for this CriterionUserInterest.
 void setUserInterestName(String userInterestName)
          Sets the userInterestName value for this CriterionUserInterest.
 
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

CriterionUserInterest

public CriterionUserInterest()

CriterionUserInterest

public CriterionUserInterest(Long id,
                             CriterionType type,
                             String criterionType,
                             Long userInterestId,
                             String userInterestName)
Method Detail

getUserInterestId

public Long getUserInterestId()
Gets the userInterestId value for this CriterionUserInterest.

Returns:
userInterestId * Id of this user interest. This is a required field. This field can be selected using the value "UserInterestId".

setUserInterestId

public void setUserInterestId(Long userInterestId)
Sets the userInterestId value for this CriterionUserInterest.

Parameters:
userInterestId - * Id of this user interest. This is a required field. This field can be selected using the value "UserInterestId".

getUserInterestName

public String getUserInterestName()
Gets the userInterestName value for this CriterionUserInterest.

Returns:
userInterestName * Name of this user interest. This field can be selected using the value "UserInterestName".

setUserInterestName

public void setUserInterestName(String userInterestName)
Sets the userInterestName value for this CriterionUserInterest.

Parameters:
userInterestName - * Name of this user interest. This field can be selected using the value "UserInterestName".

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.