public class ListDictsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
analyzerType
The type of the dictionary.
|
String |
name
The name of the dictionary file.
|
构造器和说明 |
---|
ListDictsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListDictsRequest |
build(Map<String,?> map) |
String |
getAnalyzerType() |
String |
getName() |
ListDictsRequest |
setAnalyzerType(String analyzerType) |
ListDictsRequest |
setName(String name) |
@NameInMap(value="analyzerType") public String analyzerType
The type of the dictionary. Valid values:
* IK: IK dictionary after a standard update
* IK_HOT: IK dictionary after a rolling update
* SYNONYMS: synonym dictionary
* ALIWS: Alibaba Cloud dictionary
This parameter is required.
@NameInMap(value="name") public String name
The name of the dictionary file.
public static ListDictsRequest build(Map<String,?> map) throws Exception
Exception
public ListDictsRequest setAnalyzerType(String analyzerType)
public String getAnalyzerType()
public ListDictsRequest setName(String name)
public String getName()
Copyright © 2024. All rights reserved.