public class CombinationRule extends Object
Java class for CombinationRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CombinationRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AudienceIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong"/>
<element name="Operator" type="{https://bingads.microsoft.com/CampaignManagement/v13}LogicalOperator"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
audienceIds |
protected LogicalOperator |
operator |
| Constructor and Description |
|---|
CombinationRule() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getAudienceIds()
Gets the value of the audienceIds property.
|
LogicalOperator |
getOperator()
Gets the value of the operator property.
|
void |
setAudienceIds(ArrayOflong value)
Sets the value of the audienceIds property.
|
void |
setOperator(LogicalOperator value)
Sets the value of the operator property.
|
protected ArrayOflong audienceIds
protected LogicalOperator operator
public ArrayOflong getAudienceIds()
ArrayOflongpublic void setAudienceIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic LogicalOperator getOperator()
LogicalOperatorpublic void setOperator(LogicalOperator value)
value - allowed object is
LogicalOperatorCopyright © 2024. All rights reserved.