|
||||||||||
| 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.LogicalUserListOperand
public class LogicalUserListOperand
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.
| 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 |
|---|
public LogicalUserListOperand()
public LogicalUserListOperand(UserInterest userInterest,
UserList userList)
| Method Detail |
|---|
public UserInterest getUserInterest()
public void setUserInterest(UserInterest userInterest)
userInterest - public UserList getUserList()
public void setUserList(UserList userList)
userList - 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 | |||||||||