public class UpdateDictionariesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateDictionariesRequest() | 
| UpdateDictionariesRequest(UpdateDictionariesRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getForceRestart()Get Whether to force restart the cluster. | 
| String[] | getIkMainDicts()Get COS address of the main dictionary for the IK analyzer | 
| String[] | getIkStopwords()Get COS address of the stopword dictionary for the IK analyzer | 
| String | getInstanceId()Get ES instance ID | 
| String[] | getQQDict()Get COS address of the QQ dictionary | 
| String[] | getSynonym()Get COS address of the synonym dictionary | 
| Long | getUpdateType()Get `0` (default): Install, `1`: Delete | 
| void | setForceRestart(Boolean ForceRestart)Set Whether to force restart the cluster. | 
| void | setIkMainDicts(String[] IkMainDicts)Set COS address of the main dictionary for the IK analyzer | 
| void | setIkStopwords(String[] IkStopwords)Set COS address of the stopword dictionary for the IK analyzer | 
| void | setInstanceId(String InstanceId)Set ES instance ID | 
| void | setQQDict(String[] QQDict)Set COS address of the QQ dictionary | 
| void | setSynonym(String[] Synonym)Set COS address of the synonym dictionary | 
| void | setUpdateType(Long UpdateType)Set `0` (default): Install, `1`: Delete | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateDictionariesRequest()
public UpdateDictionariesRequest(UpdateDictionariesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ES instance IDpublic String[] getIkMainDicts()
public void setIkMainDicts(String[] IkMainDicts)
IkMainDicts - COS address of the main dictionary for the IK analyzerpublic String[] getIkStopwords()
public void setIkStopwords(String[] IkStopwords)
IkStopwords - COS address of the stopword dictionary for the IK analyzerpublic String[] getSynonym()
public void setSynonym(String[] Synonym)
Synonym - COS address of the synonym dictionarypublic String[] getQQDict()
public void setQQDict(String[] QQDict)
QQDict - COS address of the QQ dictionarypublic Long getUpdateType()
public void setUpdateType(Long UpdateType)
UpdateType - `0` (default): Install, `1`: Deletepublic Boolean getForceRestart()
public void setForceRestart(Boolean ForceRestart)
ForceRestart - Whether to force restart the cluster. The default value is `false`.Copyright © 2025. All rights reserved.