public class GetAdExtensionsByIdsRequest 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="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AdExtensionIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="AdExtensionType" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtensionsTypeFilter" minOccurs="0"/>
<element name="ReturnAdditionalFields" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtensionAdditionalField" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected ArrayOflong |
adExtensionIds |
protected Collection<AdExtensionsTypeFilter> |
adExtensionType |
protected Collection<AdExtensionAdditionalField> |
returnAdditionalFields |
| Constructor and Description |
|---|
GetAdExtensionsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOflong |
getAdExtensionIds()
Gets the value of the adExtensionIds property.
|
Collection<AdExtensionsTypeFilter> |
getAdExtensionType()
Gets the value of the adExtensionType property.
|
Collection<AdExtensionAdditionalField> |
getReturnAdditionalFields()
Gets the value of the returnAdditionalFields property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAdExtensionIds(ArrayOflong value)
Sets the value of the adExtensionIds property.
|
void |
setAdExtensionType(Collection<AdExtensionsTypeFilter> value)
Sets the value of the adExtensionType property.
|
void |
setReturnAdditionalFields(Collection<AdExtensionAdditionalField> value)
Sets the value of the returnAdditionalFields property.
|
protected Long accountId
protected ArrayOflong adExtensionIds
protected Collection<AdExtensionsTypeFilter> adExtensionType
protected Collection<AdExtensionAdditionalField> returnAdditionalFields
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic ArrayOflong getAdExtensionIds()
ArrayOflongpublic void setAdExtensionIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Collection<AdExtensionsTypeFilter> getAdExtensionType()
Stringpublic void setAdExtensionType(Collection<AdExtensionsTypeFilter> value)
value - allowed object is
Stringpublic Collection<AdExtensionAdditionalField> getReturnAdditionalFields()
Stringpublic void setReturnAdditionalFields(Collection<AdExtensionAdditionalField> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.