|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.UserInterest
public class UserInterest
Represents a particular interest based vertical to be targeted. User interest may be used for defining logical user lists.
| 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 |
|---|
public UserInterest()
public UserInterest(Long id,
String name,
SizeRange sizeRange)
| Method Detail |
|---|
public Long getId()
null when it is contained within Operators : SET.public void setId(Long id)
id - * Id of this user interest.
This field is required
and should not be null when it is contained within Operators : SET.public String getName()
public void setName(String name)
name - * The name of this user interest.public SizeRange getSizeRange()
public void setSizeRange(SizeRange sizeRange)
sizeRange - * Size range in terms of number of users of the user interest.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||