public static class RestartInstanceResponseBody.RestartInstanceResponseBodyResultSynonymsDicts
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.
|
String |
type
The type of the dictionary.
|
构造器和说明 |
---|
RestartInstanceResponseBodyResultSynonymsDicts() |
@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. Valid values:
* OSS:OSS open storage (the OSS storage space must be publicly readable.)
* ORIGIN: open-source Elasticsearch
* UPLOAD
@NameInMap(value="type") public String type
The type of the dictionary. Valid values:
* STOP: The STOP word.
* MAIN: MAIN Dictionary
* SYNONYMS: SYNONYMS
* ALI_WS: an Alibaba Dictionary.
public RestartInstanceResponseBodyResultSynonymsDicts()
public static RestartInstanceResponseBody.RestartInstanceResponseBodyResultSynonymsDicts build(Map<String,?> map) throws Exception
Exception
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultSynonymsDicts setFileSize(Long fileSize)
public Long getFileSize()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultSynonymsDicts setName(String name)
public String getName()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultSynonymsDicts setSourceType(String sourceType)
public String getSourceType()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultSynonymsDicts setType(String type)
public String getType()
Copyright © 2024. All rights reserved.