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

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

public class RemarketingUserList
extends UserList
implements Serializable

User list targeting as a collection of conversion types. RemarketingUserList can be created in the following ways :

See Also:
Serialized Form

Constructor Summary
RemarketingUserList()
           
RemarketingUserList(Long id, Boolean isReadOnly, String name, String description, UserListMembershipStatus status, AccessReason accessReason, AccountUserListStatus accountUserListStatus, Long membershipLifeSpan, Long size, SizeRange sizeRange, UserListType type, String userListType, UserListConversionType[] conversionTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
 UserListConversionType[] getConversionTypes()
          Gets the conversionTypes value for this RemarketingUserList.
 UserListConversionType getConversionTypes(int i)
           
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
 int hashCode()
           
 void setConversionTypes(int i, UserListConversionType _value)
           
 void setConversionTypes(UserListConversionType[] conversionTypes)
          Sets the conversionTypes value for this RemarketingUserList.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.UserList
getAccessReason, getAccountUserListStatus, getDescription, getId, getIsReadOnly, getMembershipLifeSpan, getName, getSize, getSizeRange, getStatus, getType, getUserListType, setAccessReason, setAccountUserListStatus, setDescription, setId, setIsReadOnly, setMembershipLifeSpan, setName, setSize, setSizeRange, setStatus, setType, setUserListType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemarketingUserList

public RemarketingUserList()

RemarketingUserList

public RemarketingUserList(Long id,
                           Boolean isReadOnly,
                           String name,
                           String description,
                           UserListMembershipStatus status,
                           AccessReason accessReason,
                           AccountUserListStatus accountUserListStatus,
                           Long membershipLifeSpan,
                           Long size,
                           SizeRange sizeRange,
                           UserListType type,
                           String userListType,
                           UserListConversionType[] conversionTypes)
Method Detail

getConversionTypes

public UserListConversionType[] getConversionTypes()
Gets the conversionTypes value for this RemarketingUserList.

Returns:
conversionTypes * Conversion types associated with this user list. This field can be selected using the value "ConversionTypes". This field is required and should not be null when it is contained within Operators : ADD.

setConversionTypes

public void setConversionTypes(UserListConversionType[] conversionTypes)
Sets the conversionTypes value for this RemarketingUserList.

Parameters:
conversionTypes - * Conversion types associated with this user list. This field can be selected using the value "ConversionTypes". This field is required and should not be null when it is contained within Operators : ADD.

getConversionTypes

public UserListConversionType getConversionTypes(int i)

setConversionTypes

public void setConversionTypes(int i,
                               UserListConversionType _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class UserList

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.