public class SuggestKeywordsForUrlRequest 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="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxKeywords" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MinConfidenceScore" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ExcludeBrand" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
excludeBrand |
protected String |
language |
protected Integer |
maxKeywords |
protected Double |
minConfidenceScore |
protected String |
url |
| Constructor and Description |
|---|
SuggestKeywordsForUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getExcludeBrand()
Gets the value of the excludeBrand property.
|
String |
getLanguage()
Gets the value of the language property.
|
Integer |
getMaxKeywords()
Gets the value of the maxKeywords property.
|
Double |
getMinConfidenceScore()
Gets the value of the minConfidenceScore property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setExcludeBrand(Boolean value)
Sets the value of the excludeBrand property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setMaxKeywords(Integer value)
Sets the value of the maxKeywords property.
|
void |
setMinConfidenceScore(Double value)
Sets the value of the minConfidenceScore property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String url
protected String language
protected Integer maxKeywords
protected Double minConfidenceScore
protected Boolean excludeBrand
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic Integer getMaxKeywords()
Integerpublic void setMaxKeywords(Integer value)
value - allowed object is
Integerpublic Double getMinConfidenceScore()
Doublepublic void setMinConfidenceScore(Double value)
value - allowed object is
Doublepublic Boolean getExcludeBrand()
BooleanCopyright © 2024. All rights reserved.