public class AddCampaignCriterionsResponse 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.datacontract.org/2004/07/System}ArrayOfNullableOflong" minOccurs="0"/>
<element name="NestedPartialErrors" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfBatchErrorCollection" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfNullableOflong |
campaignCriterionIds |
protected ArrayOfBatchErrorCollection |
nestedPartialErrors |
| Constructor and Description |
|---|
AddCampaignCriterionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfNullableOflong |
getCampaignCriterionIds()
Gets the value of the campaignCriterionIds property.
|
ArrayOfBatchErrorCollection |
getNestedPartialErrors()
Gets the value of the nestedPartialErrors property.
|
void |
setCampaignCriterionIds(ArrayOfNullableOflong value)
Sets the value of the campaignCriterionIds property.
|
void |
setNestedPartialErrors(ArrayOfBatchErrorCollection value)
Sets the value of the nestedPartialErrors property.
|
protected ArrayOfNullableOflong campaignCriterionIds
protected ArrayOfBatchErrorCollection nestedPartialErrors
public ArrayOfNullableOflong getCampaignCriterionIds()
ArrayOfNullableOflongpublic void setCampaignCriterionIds(ArrayOfNullableOflong value)
value - allowed object is
ArrayOfNullableOflongpublic ArrayOfBatchErrorCollection getNestedPartialErrors()
ArrayOfBatchErrorCollectionpublic void setNestedPartialErrors(ArrayOfBatchErrorCollection value)
value - allowed object is
ArrayOfBatchErrorCollectionCopyright © 2024. All rights reserved.