public class ContactQuality extends Object implements Serializable
Java class for contactQuality complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<AudienceCategoryPriceLevel> |
audienceCategories |
protected Long |
seasonId |
Constructor and Description |
---|
ContactQuality() |
Modifier and Type | Method and Description |
---|---|
List<AudienceCategoryPriceLevel> |
getAudienceCategories()
Gets the value of the audienceCategories property.
|
Long |
getSeasonId()
Gets the value of the seasonId property.
|
void |
setSeasonId(Long value)
Sets the value of the seasonId property.
|
protected List<AudienceCategoryPriceLevel> audienceCategories
protected Long seasonId
public List<AudienceCategoryPriceLevel> getAudienceCategories()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the audienceCategories property.
For example, to add a new item, do as follows:
getAudienceCategories().add(newItem);
Objects of the following type(s) are allowed in the list
AudienceCategoryPriceLevel
public Long getSeasonId()
Long
Copyright © 2021. All rights reserved.