public static class UpdateHotIkDictsResponseBody.UpdateHotIkDictsResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
fileSize
The size of the dictionary file.
|
String |
name
The name of the dictionary file.
|
String |
sourceType
The source type of the dictionary file.
|
String |
type
The type of the dictionaries.
|
构造器和说明 |
---|
UpdateHotIkDictsResponseBodyResult() |
@NameInMap(value="fileSize") public Long fileSize
The size of the dictionary file. Unit: bytes.
@NameInMap(value="name") public String name
The name of the dictionary file.
@NameInMap(value="sourceType") public String sourceType
The source type of the dictionary file. Valid values:
* OSS
* ORIGIN
@NameInMap(value="type") public String type
The type of the dictionaries. Valid values:
* MAIN: IK main dictionary
* STOP: IK stopword list
public static UpdateHotIkDictsResponseBody.UpdateHotIkDictsResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public UpdateHotIkDictsResponseBody.UpdateHotIkDictsResponseBodyResult setFileSize(Long fileSize)
public Long getFileSize()
public UpdateHotIkDictsResponseBody.UpdateHotIkDictsResponseBodyResult setName(String name)
public String getName()
public UpdateHotIkDictsResponseBody.UpdateHotIkDictsResponseBodyResult setSourceType(String sourceType)
public String getSourceType()
public UpdateHotIkDictsResponseBody.UpdateHotIkDictsResponseBodyResult setType(String type)
public String getType()
Copyright © 2024. All rights reserved.