public class AddCampaignCriterionsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CampaignCriterions" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfCampaignCriterion" minOccurs="0"/>
<element name="CriterionType" type="{https://bingads.microsoft.com/CampaignManagement/v13}CampaignCriterionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCampaignCriterion |
campaignCriterions |
protected Collection<CampaignCriterionType> |
criterionType |
| Constructor and Description |
|---|
AddCampaignCriterionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCampaignCriterion |
getCampaignCriterions()
Gets the value of the campaignCriterions property.
|
Collection<CampaignCriterionType> |
getCriterionType()
Gets the value of the criterionType property.
|
void |
setCampaignCriterions(ArrayOfCampaignCriterion value)
Sets the value of the campaignCriterions property.
|
void |
setCriterionType(Collection<CampaignCriterionType> value)
Sets the value of the criterionType property.
|
protected ArrayOfCampaignCriterion campaignCriterions
protected Collection<CampaignCriterionType> criterionType
public ArrayOfCampaignCriterion getCampaignCriterions()
ArrayOfCampaignCriterionpublic void setCampaignCriterions(ArrayOfCampaignCriterion value)
value - allowed object is
ArrayOfCampaignCriterionpublic Collection<CampaignCriterionType> getCriterionType()
Stringpublic void setCriterionType(Collection<CampaignCriterionType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.