public class ConfiguredDictionaryRequest extends Object
| Constructor and Description |
|---|
ConfiguredDictionaryRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
If the country is not null, getConfiguredDictionaries will return only the dictionaries for the
given country.
|
String |
getDictionaryName()
If the name of an existing dictionary is passed in the request, only that dictionary will be
described in the response.
|
String |
getGeocodeType()
If the type is not null, getConfiguredDictionaries will return default geocode dictionaries
given engineType will return.
|
void |
setCountry(String country)
If the country is not null, getConfiguredDictionaries will return only the dictionaries for the
given country.
|
void |
setDictionaryName(String dictionaryName)
If the name of an existing dictionary is passed in the request, only that dictionary will be
described in the response.
|
void |
setGeocodeType(String geocodeType)
If the type is not null, getConfiguredDictionaries will return default geocode dictionaries
given engineType will return.
|
String |
toString() |
public String getCountry()
public void setCountry(String country)
country - country for dictionary requestpublic String getDictionaryName()
public void setDictionaryName(String dictionaryName)
dictionaryName - name of the dictionary to describepublic String getGeocodeType()
public void setGeocodeType(String geocodeType)
geocodeType - geocodeType for dictionary requestCopyright © 2024. All rights reserved.