public class CombinedRuleUserList extends RuleBasedUserList
Java class for CombinedRuleUserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CombinedRuleUserList">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/rm/v201809}RuleBasedUserList">
<sequence>
<element name="leftOperand" type="{https://adwords.google.com/api/adwords/rm/v201809}Rule" minOccurs="0"/>
<element name="rightOperand" type="{https://adwords.google.com/api/adwords/rm/v201809}Rule" minOccurs="0"/>
<element name="ruleOperator" type="{https://adwords.google.com/api/adwords/rm/v201809}CombinedRuleUserList.RuleOperator" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Rule |
leftOperand |
protected Rule |
rightOperand |
protected CombinedRuleUserListRuleOperator |
ruleOperator |
prepopulationStatusaccessReason, accountUserListStatus, closingReason, description, id, integrationCode, isEligibleForDisplay, isEligibleForSearch, isReadOnly, listType, membershipLifeSpan, name, size, sizeForSearch, sizeRange, sizeRangeForSearch, status, userListType| Constructor and Description |
|---|
CombinedRuleUserList() |
| Modifier and Type | Method and Description |
|---|---|
Rule |
getLeftOperand()
Gets the value of the leftOperand property.
|
Rule |
getRightOperand()
Gets the value of the rightOperand property.
|
CombinedRuleUserListRuleOperator |
getRuleOperator()
Gets the value of the ruleOperator property.
|
void |
setLeftOperand(Rule value)
Sets the value of the leftOperand property.
|
void |
setRightOperand(Rule value)
Sets the value of the rightOperand property.
|
void |
setRuleOperator(CombinedRuleUserListRuleOperator value)
Sets the value of the ruleOperator property.
|
getPrepopulationStatus, setPrepopulationStatusgetAccessReason, getAccountUserListStatus, getClosingReason, getDescription, getId, getIntegrationCode, getListType, getMembershipLifeSpan, getName, getSize, getSizeForSearch, getSizeRange, getSizeRangeForSearch, getStatus, getUserListType, isIsEligibleForDisplay, isIsEligibleForSearch, isIsReadOnly, setAccessReason, setAccountUserListStatus, setClosingReason, setDescription, setId, setIntegrationCode, setIsEligibleForDisplay, setIsEligibleForSearch, setIsReadOnly, setListType, setMembershipLifeSpan, setName, setSize, setSizeForSearch, setSizeRange, setSizeRangeForSearch, setStatus, setUserListTypeprotected Rule leftOperand
protected Rule rightOperand
protected CombinedRuleUserListRuleOperator ruleOperator
public Rule getLeftOperand()
Rulepublic void setLeftOperand(Rule value)
value - allowed object is
Rulepublic Rule getRightOperand()
Rulepublic void setRightOperand(Rule value)
value - allowed object is
Rulepublic CombinedRuleUserListRuleOperator getRuleOperator()
CombinedRuleUserListRuleOperatorpublic void setRuleOperator(CombinedRuleUserListRuleOperator value)
value - allowed object is
CombinedRuleUserListRuleOperatorCopyright © 2023. All rights reserved.