public static class MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultDictList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
fileSize
The size of the dictionary file.
|
String |
name
The name of the dictionary file.
|
String |
sourceType
The type of the source of the dictionary file.
|
String |
type
The type of the dictionary.
|
构造器和说明 |
---|
MoveResourceGroupResponseBodyResultDictList() |
@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 type of the source of the dictionary file. Valid values:
* OSS: Object Storage Service (OSS). You must make sure that the access control list (ACL) of the related OSS bucket is public read.
* ORIGIN: previously uploaded dictionary.
@NameInMap(value="type") public String type
The type of the dictionary. Valid values:
* STOP: stopword list
* MAIN: main dictionary
* SYNONYMS: synonym dictionary
* ALI_WS: Alibaba Cloud dictionary
public MoveResourceGroupResponseBodyResultDictList()
public static MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultDictList build(Map<String,?> map) throws Exception
Exception
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultDictList setFileSize(Long fileSize)
public Long getFileSize()
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultDictList setName(String name)
public String getName()
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultDictList setSourceType(String sourceType)
public String getSourceType()
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultDictList setType(String type)
public String getType()
Copyright © 2024. All rights reserved.