public class GetKeywordIdeasResponse 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="KeywordIdeas" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordIdea" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeywordIdea |
keywordIdeas |
| Constructor and Description |
|---|
GetKeywordIdeasResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeywordIdea |
getKeywordIdeas()
Gets the value of the keywordIdeas property.
|
void |
setKeywordIdeas(ArrayOfKeywordIdea value)
Sets the value of the keywordIdeas property.
|
protected ArrayOfKeywordIdea keywordIdeas
public ArrayOfKeywordIdea getKeywordIdeas()
ArrayOfKeywordIdeapublic void setKeywordIdeas(ArrayOfKeywordIdea value)
value - allowed object is
ArrayOfKeywordIdeaCopyright © 2024. All rights reserved.