public class AddAdExtensionsResponse 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="AdExtensionIdentities" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAdExtensionIdentity" 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 ArrayOfAdExtensionIdentity |
adExtensionIdentities |
protected ArrayOfBatchErrorCollection |
nestedPartialErrors |
| Constructor and Description |
|---|
AddAdExtensionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAdExtensionIdentity |
getAdExtensionIdentities()
Gets the value of the adExtensionIdentities property.
|
ArrayOfBatchErrorCollection |
getNestedPartialErrors()
Gets the value of the nestedPartialErrors property.
|
void |
setAdExtensionIdentities(ArrayOfAdExtensionIdentity value)
Sets the value of the adExtensionIdentities property.
|
void |
setNestedPartialErrors(ArrayOfBatchErrorCollection value)
Sets the value of the nestedPartialErrors property.
|
protected ArrayOfAdExtensionIdentity adExtensionIdentities
protected ArrayOfBatchErrorCollection nestedPartialErrors
public ArrayOfAdExtensionIdentity getAdExtensionIdentities()
ArrayOfAdExtensionIdentitypublic void setAdExtensionIdentities(ArrayOfAdExtensionIdentity value)
value - allowed object is
ArrayOfAdExtensionIdentitypublic ArrayOfBatchErrorCollection getNestedPartialErrors()
ArrayOfBatchErrorCollectionpublic void setNestedPartialErrors(ArrayOfBatchErrorCollection value)
value - allowed object is
ArrayOfBatchErrorCollectionCopyright © 2024. All rights reserved.