public static class UpdateDictResponseBody.UpdateDictResponseBodyResult
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 dictionary type.
|
构造器和说明 |
---|
UpdateDictResponseBodyResult() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateDictResponseBody.UpdateDictResponseBodyResult |
build(Map<String,?> map) |
Long |
getFileSize() |
String |
getName() |
String |
getSourceType() |
String |
getType() |
UpdateDictResponseBody.UpdateDictResponseBodyResult |
setFileSize(Long fileSize) |
UpdateDictResponseBody.UpdateDictResponseBodyResult |
setName(String name) |
UpdateDictResponseBody.UpdateDictResponseBodyResult |
setSourceType(String sourceType) |
UpdateDictResponseBody.UpdateDictResponseBodyResult |
setType(String type) |
@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 dictionary type. Valid values:
* MAIN: IK main dicrionary
* STOP: IK stopword list
public static UpdateDictResponseBody.UpdateDictResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public UpdateDictResponseBody.UpdateDictResponseBodyResult setFileSize(Long fileSize)
public Long getFileSize()
public UpdateDictResponseBody.UpdateDictResponseBodyResult setName(String name)
public String getName()
public UpdateDictResponseBody.UpdateDictResponseBodyResult setSourceType(String sourceType)
public String getSourceType()
public UpdateDictResponseBody.UpdateDictResponseBodyResult setType(String type)
public String getType()
Copyright © 2024. All rights reserved.