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

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

public class UserListLogicalRule
extends Object
implements Serializable

A user list logical rule. A rule has a logical operator (and/or/not) and a list of operands that can be user lists or user interests.

See Also:
Serialized Form

Constructor Summary
UserListLogicalRule()
           
UserListLogicalRule(UserListLogicalRuleOperator operator, LogicalUserListOperand[] ruleOperands)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 UserListLogicalRuleOperator getOperator()
          Gets the operator value for this UserListLogicalRule.
 LogicalUserListOperand[] getRuleOperands()
          Gets the ruleOperands value for this UserListLogicalRule.
 LogicalUserListOperand getRuleOperands(int i)
           
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 setOperator(UserListLogicalRuleOperator operator)
          Sets the operator value for this UserListLogicalRule.
 void setRuleOperands(int i, LogicalUserListOperand _value)
           
 void setRuleOperands(LogicalUserListOperand[] ruleOperands)
          Sets the ruleOperands value for this UserListLogicalRule.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListLogicalRule

public UserListLogicalRule()

UserListLogicalRule

public UserListLogicalRule(UserListLogicalRuleOperator operator,
                           LogicalUserListOperand[] ruleOperands)
Method Detail

getOperator

public UserListLogicalRuleOperator getOperator()
Gets the operator value for this UserListLogicalRule.

Returns:
operator * The logical operator of the rule. This field is required and should not be null.

setOperator

public void setOperator(UserListLogicalRuleOperator operator)
Sets the operator value for this UserListLogicalRule.

Parameters:
operator - * The logical operator of the rule. This field is required and should not be null.

getRuleOperands

public LogicalUserListOperand[] getRuleOperands()
Gets the ruleOperands value for this UserListLogicalRule.

Returns:
ruleOperands * The list of operands of the rule. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.

setRuleOperands

public void setRuleOperands(LogicalUserListOperand[] ruleOperands)
Sets the ruleOperands value for this UserListLogicalRule.

Parameters:
ruleOperands - * The list of operands of the rule. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.

getRuleOperands

public LogicalUserListOperand getRuleOperands(int i)

setRuleOperands

public void setRuleOperands(int i,
                            LogicalUserListOperand _value)

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.