public static class RestartInstanceResponseBody.RestartInstanceResponseBodyResultDictList
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.
|
构造器和说明 |
---|
RestartInstanceResponseBodyResultDictList() |
@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 (need to ensure that OSS storage space is public readable.)
* ORIGIN: Open source Elasticsearch
* UPLOAD: Uploaded files
@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 RestartInstanceResponseBodyResultDictList()
public static RestartInstanceResponseBody.RestartInstanceResponseBodyResultDictList build(Map<String,?> map) throws Exception
Exception
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultDictList setFileSize(Long fileSize)
public Long getFileSize()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultDictList setName(String name)
public String getName()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultDictList setSourceType(String sourceType)
public String getSourceType()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultDictList setType(String type)
public String getType()
Copyright © 2024. All rights reserved.