public class AudienceGroup extends Object
Java class for AudienceGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudienceGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AssociationCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Dimensions" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAudienceGroupDimension" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
associationCount |
protected String |
description |
protected ArrayOfAudienceGroupDimension |
dimensions |
protected Long |
id |
protected String |
name |
| Constructor and Description |
|---|
AudienceGroup() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAssociationCount()
Gets the value of the associationCount property.
|
String |
getDescription()
Gets the value of the description property.
|
ArrayOfAudienceGroupDimension |
getDimensions()
Gets the value of the dimensions property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAssociationCount(Integer value)
Sets the value of the associationCount property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDimensions(ArrayOfAudienceGroupDimension value)
Sets the value of the dimensions property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Integer associationCount
protected String description
protected ArrayOfAudienceGroupDimension dimensions
protected Long id
protected String name
public Integer getAssociationCount()
Integerpublic void setAssociationCount(Integer value)
value - allowed object is
Integerpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic ArrayOfAudienceGroupDimension getDimensions()
ArrayOfAudienceGroupDimensionpublic void setDimensions(ArrayOfAudienceGroupDimension value)
value - allowed object is
ArrayOfAudienceGroupDimensionpublic void setId(Long value)
value - allowed object is
Longpublic String getName()
StringCopyright © 2024. All rights reserved.