public class ListDictInformationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
analyzerType |
String |
bucketName
This parameter is required.
|
String |
key
This parameter is required.
|
构造器和说明 |
---|
ListDictInformationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListDictInformationRequest |
build(Map<String,?> map) |
String |
getAnalyzerType() |
String |
getBucketName() |
String |
getKey() |
ListDictInformationRequest |
setAnalyzerType(String analyzerType) |
ListDictInformationRequest |
setBucketName(String bucketName) |
ListDictInformationRequest |
setKey(String key) |
@NameInMap(value="analyzerType") public String analyzerType
@NameInMap(value="bucketName") public String bucketName
This parameter is required.
@NameInMap(value="key") public String key
This parameter is required.
public static ListDictInformationRequest build(Map<String,?> map) throws Exception
Exception
public ListDictInformationRequest setAnalyzerType(String analyzerType)
public String getAnalyzerType()
public ListDictInformationRequest setBucketName(String bucketName)
public String getBucketName()
public ListDictInformationRequest setKey(String key)
public String getKey()
Copyright © 2024. All rights reserved.