public class DeleteAdGroupCriterionsRequest 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="AdGroupCriterionIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CriterionType" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdGroupCriterionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
adGroupCriterionIds |
protected Long |
adGroupId |
protected Collection<AdGroupCriterionType> |
criterionType |
| Constructor and Description |
|---|
DeleteAdGroupCriterionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getAdGroupCriterionIds()
Gets the value of the adGroupCriterionIds property.
|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Collection<AdGroupCriterionType> |
getCriterionType()
Gets the value of the criterionType property.
|
void |
setAdGroupCriterionIds(ArrayOflong value)
Sets the value of the adGroupCriterionIds property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCriterionType(Collection<AdGroupCriterionType> value)
Sets the value of the criterionType property.
|
protected ArrayOflong adGroupCriterionIds
protected Long adGroupId
protected Collection<AdGroupCriterionType> criterionType
public ArrayOflong getAdGroupCriterionIds()
ArrayOflongpublic void setAdGroupCriterionIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Collection<AdGroupCriterionType> getCriterionType()
Stringpublic void setCriterionType(Collection<AdGroupCriterionType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.