public class AddAdGroupCriterionsResponse 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.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 |
adGroupCriterionIds |
protected ArrayOfBatchErrorCollection |
nestedPartialErrors |
| Constructor and Description |
|---|
AddAdGroupCriterionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfNullableOflong |
getAdGroupCriterionIds()
Gets the value of the adGroupCriterionIds property.
|
ArrayOfBatchErrorCollection |
getNestedPartialErrors()
Gets the value of the nestedPartialErrors property.
|
void |
setAdGroupCriterionIds(ArrayOfNullableOflong value)
Sets the value of the adGroupCriterionIds property.
|
void |
setNestedPartialErrors(ArrayOfBatchErrorCollection value)
Sets the value of the nestedPartialErrors property.
|
protected ArrayOfNullableOflong adGroupCriterionIds
protected ArrayOfBatchErrorCollection nestedPartialErrors
public ArrayOfNullableOflong getAdGroupCriterionIds()
ArrayOfNullableOflongpublic void setAdGroupCriterionIds(ArrayOfNullableOflong value)
value - allowed object is
ArrayOfNullableOflongpublic ArrayOfBatchErrorCollection getNestedPartialErrors()
ArrayOfBatchErrorCollectionpublic void setNestedPartialErrors(ArrayOfBatchErrorCollection value)
value - allowed object is
ArrayOfBatchErrorCollectionCopyright © 2024. All rights reserved.