public class CompetitionSearchParameter extends SearchParameter
Java class for CompetitionSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompetitionSearchParameter">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}SearchParameter">
<sequence>
<element name="CompetitionLevels" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfCompetitionLevel" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCompetitionLevel |
competitionLevels |
| Constructor and Description |
|---|
CompetitionSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCompetitionLevel |
getCompetitionLevels()
Gets the value of the competitionLevels property.
|
void |
setCompetitionLevels(ArrayOfCompetitionLevel value)
Sets the value of the competitionLevels property.
|
protected ArrayOfCompetitionLevel competitionLevels
public ArrayOfCompetitionLevel getCompetitionLevels()
ArrayOfCompetitionLevelpublic void setCompetitionLevels(ArrayOfCompetitionLevel value)
value - allowed object is
ArrayOfCompetitionLevelCopyright © 2024. All rights reserved.