public class GetCampaignCriterionsByIdsRequest 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="CampaignCriterionIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CriterionType" type="{https://bingads.microsoft.com/CampaignManagement/v13}CampaignCriterionType" minOccurs="0"/>
<element name="ReturnAdditionalFields" type="{https://bingads.microsoft.com/CampaignManagement/v13}CriterionAdditionalField" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
campaignCriterionIds |
protected Long |
campaignId |
protected Collection<CampaignCriterionType> |
criterionType |
protected Collection<CriterionAdditionalField> |
returnAdditionalFields |
| Constructor and Description |
|---|
GetCampaignCriterionsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getCampaignCriterionIds()
Gets the value of the campaignCriterionIds property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Collection<CampaignCriterionType> |
getCriterionType()
Gets the value of the criterionType property.
|
Collection<CriterionAdditionalField> |
getReturnAdditionalFields()
Gets the value of the returnAdditionalFields property.
|
void |
setCampaignCriterionIds(ArrayOflong value)
Sets the value of the campaignCriterionIds property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCriterionType(Collection<CampaignCriterionType> value)
Sets the value of the criterionType property.
|
void |
setReturnAdditionalFields(Collection<CriterionAdditionalField> value)
Sets the value of the returnAdditionalFields property.
|
protected ArrayOflong campaignCriterionIds
protected Long campaignId
protected Collection<CampaignCriterionType> criterionType
protected Collection<CriterionAdditionalField> returnAdditionalFields
public ArrayOflong getCampaignCriterionIds()
ArrayOflongpublic void setCampaignCriterionIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Collection<CampaignCriterionType> getCriterionType()
Stringpublic void setCriterionType(Collection<CampaignCriterionType> value)
value - allowed object is
Stringpublic Collection<CriterionAdditionalField> getReturnAdditionalFields()
Stringpublic void setReturnAdditionalFields(Collection<CriterionAdditionalField> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.