public class ProductAudience extends Audience
Java class for ProductAudience complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductAudience">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Audience">
<sequence>
<element name="ProductAudienceType" type="{https://bingads.microsoft.com/CampaignManagement/v13}ProductAudienceType" minOccurs="0"/>
<element name="TagId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ProductAudienceType> |
productAudienceType |
protected Long |
tagId |
audienceNetworkSize, customerShare, description, forwardCompatibilityMap, id, membershipDuration, name, parentId, scope, searchSize, supportedCampaignTypes, type| Constructor and Description |
|---|
ProductAudience() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductAudienceType> |
getProductAudienceType()
Gets the value of the productAudienceType property.
|
Long |
getTagId()
Gets the value of the tagId property.
|
void |
setProductAudienceType(Collection<ProductAudienceType> value)
Sets the value of the productAudienceType property.
|
void |
setTagId(Long value)
Sets the value of the tagId property.
|
getAudienceNetworkSize, getCustomerShare, getDescription, getForwardCompatibilityMap, getId, getMembershipDuration, getName, getParentId, getScope, getSearchSize, getSupportedCampaignTypes, getType, setAudienceNetworkSize, setCustomerShare, setDescription, setForwardCompatibilityMap, setId, setMembershipDuration, setName, setParentId, setScope, setSearchSize, setSupportedCampaignTypes, setTypeprotected Collection<ProductAudienceType> productAudienceType
protected Long tagId
public Collection<ProductAudienceType> getProductAudienceType()
Stringpublic void setProductAudienceType(Collection<ProductAudienceType> value)
value - allowed object is
Stringpublic Long getTagId()
LongCopyright © 2024. All rights reserved.