public class Audience extends Object
Java class for Audience complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Audience">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AudienceNetworkSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CustomerShare" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomerShare" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MembershipDuration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Scope" type="{https://bingads.microsoft.com/CampaignManagement/v13}EntityScope" minOccurs="0"/>
<element name="SearchSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="SupportedCampaignTypes" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="Type" type="{https://bingads.microsoft.com/CampaignManagement/v13}AudienceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
audienceNetworkSize |
protected CustomerShare |
customerShare |
protected String |
description |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Long |
id |
protected Integer |
membershipDuration |
protected String |
name |
protected Long |
parentId |
protected EntityScope |
scope |
protected Long |
searchSize |
protected ArrayOfstring |
supportedCampaignTypes |
protected Collection<AudienceType> |
type |
| Constructor and Description |
|---|
Audience() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAudienceNetworkSize()
Gets the value of the audienceNetworkSize property.
|
CustomerShare |
getCustomerShare()
Gets the value of the customerShare property.
|
String |
getDescription()
Gets the value of the description property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Long |
getId()
Gets the value of the id property.
|
Integer |
getMembershipDuration()
Gets the value of the membershipDuration property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getParentId()
Gets the value of the parentId property.
|
EntityScope |
getScope()
Gets the value of the scope property.
|
Long |
getSearchSize()
Gets the value of the searchSize property.
|
ArrayOfstring |
getSupportedCampaignTypes()
Gets the value of the supportedCampaignTypes property.
|
Collection<AudienceType> |
getType()
Gets the value of the type property.
|
void |
setAudienceNetworkSize(Long value)
Sets the value of the audienceNetworkSize property.
|
void |
setCustomerShare(CustomerShare value)
Sets the value of the customerShare property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setMembershipDuration(Integer value)
Sets the value of the membershipDuration property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParentId(Long value)
Sets the value of the parentId property.
|
void |
setScope(EntityScope value)
Sets the value of the scope property.
|
void |
setSearchSize(Long value)
Sets the value of the searchSize property.
|
void |
setSupportedCampaignTypes(ArrayOfstring value)
Sets the value of the supportedCampaignTypes property.
|
void |
setType(Collection<AudienceType> value)
Sets the value of the type property.
|
protected Long audienceNetworkSize
protected CustomerShare customerShare
protected String description
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected Long id
protected Integer membershipDuration
protected String name
protected Long parentId
protected EntityScope scope
protected Long searchSize
protected ArrayOfstring supportedCampaignTypes
protected Collection<AudienceType> type
public Long getAudienceNetworkSize()
Longpublic void setAudienceNetworkSize(Long value)
value - allowed object is
Longpublic CustomerShare getCustomerShare()
CustomerSharepublic void setCustomerShare(CustomerShare value)
value - allowed object is
CustomerSharepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic void setId(Long value)
value - allowed object is
Longpublic Integer getMembershipDuration()
Integerpublic void setMembershipDuration(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getParentId()
Longpublic void setParentId(Long value)
value - allowed object is
Longpublic EntityScope getScope()
EntityScopepublic void setScope(EntityScope value)
value - allowed object is
EntityScopepublic Long getSearchSize()
Longpublic void setSearchSize(Long value)
value - allowed object is
Longpublic ArrayOfstring getSupportedCampaignTypes()
ArrayOfstringpublic void setSupportedCampaignTypes(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic Collection<AudienceType> getType()
Stringpublic void setType(Collection<AudienceType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.