public class AdExtensionAssociation extends Object
Java class for AdExtensionAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdExtensionAssociation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdExtension" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtension" minOccurs="0"/>
<element name="AssociationType" type="{https://bingads.microsoft.com/CampaignManagement/v13}AssociationType"/>
<element name="EditorialStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtensionEditorialStatus" minOccurs="0"/>
<element name="EntityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdExtension |
adExtension |
protected AssociationType |
associationType |
protected AdExtensionEditorialStatus |
editorialStatus |
protected long |
entityId |
| Constructor and Description |
|---|
AdExtensionAssociation() |
| Modifier and Type | Method and Description |
|---|---|
AdExtension |
getAdExtension()
Gets the value of the adExtension property.
|
AssociationType |
getAssociationType()
Gets the value of the associationType property.
|
AdExtensionEditorialStatus |
getEditorialStatus()
Gets the value of the editorialStatus property.
|
long |
getEntityId()
Gets the value of the entityId property.
|
void |
setAdExtension(AdExtension value)
Sets the value of the adExtension property.
|
void |
setAssociationType(AssociationType value)
Sets the value of the associationType property.
|
void |
setEditorialStatus(AdExtensionEditorialStatus value)
Sets the value of the editorialStatus property.
|
void |
setEntityId(long value)
Sets the value of the entityId property.
|
protected AdExtension adExtension
protected AssociationType associationType
protected AdExtensionEditorialStatus editorialStatus
protected long entityId
public AdExtension getAdExtension()
AdExtensionpublic void setAdExtension(AdExtension value)
value - allowed object is
AdExtensionpublic AssociationType getAssociationType()
AssociationTypepublic void setAssociationType(AssociationType value)
value - allowed object is
AssociationTypepublic AdExtensionEditorialStatus getEditorialStatus()
AdExtensionEditorialStatuspublic void setEditorialStatus(AdExtensionEditorialStatus value)
value - allowed object is
AdExtensionEditorialStatuspublic long getEntityId()
public void setEntityId(long value)
Copyright © 2024. All rights reserved.