public class GetKeywordIdeasRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExpandIdeas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IdeaAttributes" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordIdeaAttribute" minOccurs="0"/>
<element name="SearchParameters" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfSearchParameter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
expandIdeas |
protected ArrayOfKeywordIdeaAttribute |
ideaAttributes |
protected ArrayOfSearchParameter |
searchParameters |
| Constructor and Description |
|---|
GetKeywordIdeasRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getExpandIdeas()
Gets the value of the expandIdeas property.
|
ArrayOfKeywordIdeaAttribute |
getIdeaAttributes()
Gets the value of the ideaAttributes property.
|
ArrayOfSearchParameter |
getSearchParameters()
Gets the value of the searchParameters property.
|
void |
setExpandIdeas(Boolean value)
Sets the value of the expandIdeas property.
|
void |
setIdeaAttributes(ArrayOfKeywordIdeaAttribute value)
Sets the value of the ideaAttributes property.
|
void |
setSearchParameters(ArrayOfSearchParameter value)
Sets the value of the searchParameters property.
|
protected Boolean expandIdeas
protected ArrayOfKeywordIdeaAttribute ideaAttributes
protected ArrayOfSearchParameter searchParameters
public Boolean getExpandIdeas()
Booleanpublic void setExpandIdeas(Boolean value)
value - allowed object is
Booleanpublic ArrayOfKeywordIdeaAttribute getIdeaAttributes()
ArrayOfKeywordIdeaAttributepublic void setIdeaAttributes(ArrayOfKeywordIdeaAttribute value)
value - allowed object is
ArrayOfKeywordIdeaAttributepublic ArrayOfSearchParameter getSearchParameters()
ArrayOfSearchParameterpublic void setSearchParameters(ArrayOfSearchParameter value)
value - allowed object is
ArrayOfSearchParameterCopyright © 2024. All rights reserved.