|
||||||||||
| 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.UserListLogicalRule
public class UserListLogicalRule
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.
| 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 |
|---|
public UserListLogicalRule()
public UserListLogicalRule(UserListLogicalRuleOperator operator,
LogicalUserListOperand[] ruleOperands)
| Method Detail |
|---|
public UserListLogicalRuleOperator getOperator()
null.public void setOperator(UserListLogicalRuleOperator operator)
operator - * The logical operator of the rule.
This field is required
and should not be null.public LogicalUserListOperand[] getRuleOperands()
null elements.
This field must
contain at least one element.
This field is required
and should not be null.public void setRuleOperands(LogicalUserListOperand[] ruleOperands)
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.public LogicalUserListOperand getRuleOperands(int i)
public void setRuleOperands(int i,
LogicalUserListOperand _value)
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 | |||||||||