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

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

public class UserListConversionType
extends Object
implements Serializable

Represents a conversion type used for building remarketing user lists.

See Also:
Serialized Form

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

UserListConversionType

public UserListConversionType()

UserListConversionType

public UserListConversionType(Long id,
                              String name,
                              UserListConversionTypeCategory category)
Method Detail

getId

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

Returns:
id * Conversion type id

setId

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

Parameters:
id - * Conversion type id

getName

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

Returns:
name * Name of this conversion type

setName

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

Parameters:
name - * Name of this conversion type

getCategory

public UserListConversionTypeCategory getCategory()
Gets the category value for this UserListConversionType.

Returns:
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.

setCategory

public void setCategory(UserListConversionTypeCategory category)
Sets the category value for this UserListConversionType.

Parameters:
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.

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.