public static class MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultSynonymsDicts
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.
|
构造器和说明 |
---|
MoveResourceGroupResponseBodyResultSynonymsDicts() |
@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 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 MoveResourceGroupResponseBodyResultSynonymsDicts()
public static MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultSynonymsDicts build(Map<String,?> map) throws Exception
Exception
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultSynonymsDicts setFileSize(Long fileSize)
public Long getFileSize()
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultSynonymsDicts setName(String name)
public String getName()
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultSynonymsDicts setSourceType(String sourceType)
public String getSourceType()
public MoveResourceGroupResponseBody.MoveResourceGroupResponseBodyResultSynonymsDicts setType(String type)
public String getType()
Copyright © 2024. All rights reserved.