public class GetAdExtensionsByIdsResponse 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="AdExtensions" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAdExtension" minOccurs="0"/>
<element name="PartialErrors" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfBatchError" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAdExtension |
adExtensions |
protected ArrayOfBatchError |
partialErrors |
| Constructor and Description |
|---|
GetAdExtensionsByIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAdExtension |
getAdExtensions()
Gets the value of the adExtensions property.
|
ArrayOfBatchError |
getPartialErrors()
Gets the value of the partialErrors property.
|
void |
setAdExtensions(ArrayOfAdExtension value)
Sets the value of the adExtensions property.
|
void |
setPartialErrors(ArrayOfBatchError value)
Sets the value of the partialErrors property.
|
protected ArrayOfAdExtension adExtensions
protected ArrayOfBatchError partialErrors
public ArrayOfAdExtension getAdExtensions()
ArrayOfAdExtensionpublic void setAdExtensions(ArrayOfAdExtension value)
value - allowed object is
ArrayOfAdExtensionpublic ArrayOfBatchError getPartialErrors()
ArrayOfBatchErrorpublic void setPartialErrors(ArrayOfBatchError value)
value - allowed object is
ArrayOfBatchErrorCopyright © 2024. All rights reserved.