public class ProductScope extends Criterion
Java class for ProductScope complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductScope">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="Conditions" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfProductCondition" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfProductCondition |
conditions |
| Constructor and Description |
|---|
ProductScope() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfProductCondition |
getConditions()
Gets the value of the conditions property.
|
void |
setConditions(ArrayOfProductCondition value)
Sets the value of the conditions property.
|
protected ArrayOfProductCondition conditions
public ArrayOfProductCondition getConditions()
ArrayOfProductConditionpublic void setConditions(ArrayOfProductCondition value)
value - allowed object is
ArrayOfProductConditionCopyright © 2024. All rights reserved.