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

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

public class LogicalUserListOperand
extends Object
implements Serializable

An interface for a logical user list operand. A logical user list is a combination of logical rules. Each rule is defined as a logical operator and a list of operands. Those operands can be of type UserList or UserInterest.

See Also:
Serialized Form

Constructor Summary
LogicalUserListOperand()
           
LogicalUserListOperand(UserInterest userInterest, UserList userList)
           
 
Method Summary
 boolean equals(Object obj)
           
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
 UserInterest getUserInterest()
          Gets the userInterest value for this LogicalUserListOperand.
 UserList getUserList()
          Gets the userList value for this LogicalUserListOperand.
 int hashCode()
           
 void setUserInterest(UserInterest userInterest)
          Sets the userInterest value for this LogicalUserListOperand.
 void setUserList(UserList userList)
          Sets the userList value for this LogicalUserListOperand.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalUserListOperand

public LogicalUserListOperand()

LogicalUserListOperand

public LogicalUserListOperand(UserInterest userInterest,
                              UserList userList)
Method Detail

getUserInterest

public UserInterest getUserInterest()
Gets the userInterest value for this LogicalUserListOperand.

Returns:
userInterest

setUserInterest

public void setUserInterest(UserInterest userInterest)
Sets the userInterest value for this LogicalUserListOperand.

Parameters:
userInterest -

getUserList

public UserList getUserList()
Gets the userList value for this LogicalUserListOperand.

Returns:
userList

setUserList

public void setUserList(UserList userList)
Sets the userList value for this LogicalUserListOperand.

Parameters:
userList -

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.