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

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

public class UserInterest
extends Object
implements Serializable

Represents a particular interest based vertical to be targeted. User interest may be used for defining logical user lists.

See Also:
Serialized Form

Constructor Summary
UserInterest()
           
UserInterest(Long id, String name, SizeRange sizeRange)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Long getId()
          Gets the id value for this UserInterest.
 String getName()
          Gets the name value for this UserInterest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 SizeRange getSizeRange()
          Gets the sizeRange value for this UserInterest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(Long id)
          Sets the id value for this UserInterest.
 void setName(String name)
          Sets the name value for this UserInterest.
 void setSizeRange(SizeRange sizeRange)
          Sets the sizeRange value for this UserInterest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInterest

public UserInterest()

UserInterest

public UserInterest(Long id,
                    String name,
                    SizeRange sizeRange)
Method Detail

getId

public Long getId()
Gets the id value for this UserInterest.

Returns:
id * Id of this user interest. This field is required and should not be null when it is contained within Operators : SET.

setId

public void setId(Long id)
Sets the id value for this UserInterest.

Parameters:
id - * Id of this user interest. This field is required and should not be null when it is contained within Operators : SET.

getName

public String getName()
Gets the name value for this UserInterest.

Returns:
name * The name of this user interest.

setName

public void setName(String name)
Sets the name value for this UserInterest.

Parameters:
name - * The name of this user interest.

getSizeRange

public SizeRange getSizeRange()
Gets the sizeRange value for this UserInterest.

Returns:
sizeRange * Size range in terms of number of users of the user interest.

setSizeRange

public void setSizeRange(SizeRange sizeRange)
Sets the sizeRange value for this UserInterest.

Parameters:
sizeRange - * Size range in terms of number of users of the user interest.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.