public class AudienceCriterion extends Criterion
Java class for AudienceCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudienceCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="AudienceId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AudienceType" type="{https://bingads.microsoft.com/CampaignManagement/v13}AudienceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
audienceId |
protected Collection<AudienceType> |
audienceType |
| Constructor and Description |
|---|
AudienceCriterion() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAudienceId()
Gets the value of the audienceId property.
|
Collection<AudienceType> |
getAudienceType()
Gets the value of the audienceType property.
|
void |
setAudienceId(Long value)
Sets the value of the audienceId property.
|
void |
setAudienceType(Collection<AudienceType> value)
Sets the value of the audienceType property.
|
protected Long audienceId
protected Collection<AudienceType> audienceType
public Long getAudienceId()
Longpublic void setAudienceId(Long value)
value - allowed object is
Longpublic Collection<AudienceType> getAudienceType()
Stringpublic void setAudienceType(Collection<AudienceType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.