public class IdeaTextSearchParameter extends SearchParameter
Java class for IdeaTextSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdeaTextSearchParameter">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}SearchParameter">
<sequence>
<element name="Excluded" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeyword" minOccurs="0"/>
<element name="Included" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeyword" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeyword |
excluded |
protected ArrayOfKeyword |
included |
| Constructor and Description |
|---|
IdeaTextSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeyword |
getExcluded()
Gets the value of the excluded property.
|
ArrayOfKeyword |
getIncluded()
Gets the value of the included property.
|
void |
setExcluded(ArrayOfKeyword value)
Sets the value of the excluded property.
|
void |
setIncluded(ArrayOfKeyword value)
Sets the value of the included property.
|
protected ArrayOfKeyword excluded
protected ArrayOfKeyword included
public ArrayOfKeyword getExcluded()
ArrayOfKeywordpublic void setExcluded(ArrayOfKeyword value)
value - allowed object is
ArrayOfKeywordpublic ArrayOfKeyword getIncluded()
ArrayOfKeywordpublic void setIncluded(ArrayOfKeyword value)
value - allowed object is
ArrayOfKeywordCopyright © 2024. All rights reserved.