public class QuerySearchParameter extends SearchParameter
Java class for QuerySearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuerySearchParameter">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}SearchParameter">
<sequence>
<element name="Queries" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfstring |
queries |
| Constructor and Description |
|---|
QuerySearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfstring |
getQueries()
Gets the value of the queries property.
|
void |
setQueries(ArrayOfstring value)
Sets the value of the queries property.
|
protected ArrayOfstring queries
public ArrayOfstring getQueries()
ArrayOfstringpublic void setQueries(ArrayOfstring value)
value - allowed object is
ArrayOfstringCopyright © 2024. All rights reserved.