public class SuggestKeywordsFromExistingKeywordsRequest 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="Keywords" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PublisherCountries" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="MaxSuggestionsPerKeyword" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SuggestionType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RemoveDuplicates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExcludeBrand" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected Boolean |
excludeBrand |
protected ArrayOfstring |
keywords |
protected String |
language |
protected Integer |
maxSuggestionsPerKeyword |
protected ArrayOfstring |
publisherCountries |
protected Boolean |
removeDuplicates |
protected Integer |
suggestionType |
| Constructor and Description |
|---|
SuggestKeywordsFromExistingKeywordsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Boolean |
getExcludeBrand()
Gets the value of the excludeBrand property.
|
ArrayOfstring |
getKeywords()
Gets the value of the keywords property.
|
String |
getLanguage()
Gets the value of the language property.
|
Integer |
getMaxSuggestionsPerKeyword()
Gets the value of the maxSuggestionsPerKeyword property.
|
ArrayOfstring |
getPublisherCountries()
Gets the value of the publisherCountries property.
|
Boolean |
getRemoveDuplicates()
Gets the value of the removeDuplicates property.
|
Integer |
getSuggestionType()
Gets the value of the suggestionType property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setExcludeBrand(Boolean value)
Sets the value of the excludeBrand property.
|
void |
setKeywords(ArrayOfstring value)
Sets the value of the keywords property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setMaxSuggestionsPerKeyword(Integer value)
Sets the value of the maxSuggestionsPerKeyword property.
|
void |
setPublisherCountries(ArrayOfstring value)
Sets the value of the publisherCountries property.
|
void |
setRemoveDuplicates(Boolean value)
Sets the value of the removeDuplicates property.
|
void |
setSuggestionType(Integer value)
Sets the value of the suggestionType property.
|
protected ArrayOfstring keywords
protected String language
protected ArrayOfstring publisherCountries
protected Integer maxSuggestionsPerKeyword
protected Integer suggestionType
protected Boolean removeDuplicates
protected Boolean excludeBrand
protected Long adGroupId
protected Long campaignId
public SuggestKeywordsFromExistingKeywordsRequest()
public ArrayOfstring getKeywords()
ArrayOfstringpublic void setKeywords(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic ArrayOfstring getPublisherCountries()
ArrayOfstringpublic void setPublisherCountries(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic Integer getMaxSuggestionsPerKeyword()
Integerpublic void setMaxSuggestionsPerKeyword(Integer value)
value - allowed object is
Integerpublic Integer getSuggestionType()
Integerpublic void setSuggestionType(Integer value)
value - allowed object is
Integerpublic Boolean getRemoveDuplicates()
Booleanpublic void setRemoveDuplicates(Boolean value)
value - allowed object is
Booleanpublic Boolean getExcludeBrand()
Booleanpublic void setExcludeBrand(Boolean value)
value - allowed object is
Booleanpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Long getCampaignId()
LongCopyright © 2024. All rights reserved.