public class SetAdExtensionsAssociationsRequest 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="AdExtensionIdToEntityIdAssociations" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAdExtensionIdToEntityIdAssociation" minOccurs="0"/>
<element name="AssociationType" type="{https://bingads.microsoft.com/CampaignManagement/v13}AssociationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected ArrayOfAdExtensionIdToEntityIdAssociation |
adExtensionIdToEntityIdAssociations |
protected AssociationType |
associationType |
| Constructor and Description |
|---|
SetAdExtensionsAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOfAdExtensionIdToEntityIdAssociation |
getAdExtensionIdToEntityIdAssociations()
Gets the value of the adExtensionIdToEntityIdAssociations property.
|
AssociationType |
getAssociationType()
Gets the value of the associationType property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAdExtensionIdToEntityIdAssociations(ArrayOfAdExtensionIdToEntityIdAssociation value)
Sets the value of the adExtensionIdToEntityIdAssociations property.
|
void |
setAssociationType(AssociationType value)
Sets the value of the associationType property.
|
protected Long accountId
protected ArrayOfAdExtensionIdToEntityIdAssociation adExtensionIdToEntityIdAssociations
protected AssociationType associationType
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic ArrayOfAdExtensionIdToEntityIdAssociation getAdExtensionIdToEntityIdAssociations()
ArrayOfAdExtensionIdToEntityIdAssociationpublic void setAdExtensionIdToEntityIdAssociations(ArrayOfAdExtensionIdToEntityIdAssociation value)
value - allowed object is
ArrayOfAdExtensionIdToEntityIdAssociationpublic AssociationType getAssociationType()
AssociationTypepublic void setAssociationType(AssociationType value)
value - allowed object is
AssociationTypeCopyright © 2024. All rights reserved.