|
||||||||||
| 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.UserListConversionType
public class UserListConversionType
Represents a conversion type used for building remarketing user lists.
| Constructor Summary | |
|---|---|
UserListConversionType()
|
|
UserListConversionType(Long id,
String name,
UserListConversionTypeCategory category)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
UserListConversionTypeCategory |
getCategory()
Gets the category value for this UserListConversionType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getId()
Gets the id value for this UserListConversionType. |
String |
getName()
Gets the name value for this UserListConversionType. |
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 |
setCategory(UserListConversionTypeCategory category)
Sets the category value for this UserListConversionType. |
void |
setId(Long id)
Sets the id value for this UserListConversionType. |
void |
setName(String name)
Sets the name value for this UserListConversionType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserListConversionType()
public UserListConversionType(Long id,
String name,
UserListConversionTypeCategory category)
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
id - * Conversion type idpublic String getName()
public void setName(String name)
name - * Name of this conversion typepublic UserListConversionTypeCategory getCategory()
public void setCategory(UserListConversionTypeCategory category)
category - * The category of the ConversionType based on the location where
the
conversion event was generated (from a user's perspective).
This field is read only and should
not be set. If this field is sent to the API, it will be ignored.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 | |||||||||