public class CreateSearchIndexRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
indexConfig
example:
{}
|
String |
indexStatus |
String |
indexType
This parameter is required.
|
String |
searchLibName
example:
test1
|
构造器和说明 |
---|
CreateSearchIndexRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateSearchIndexRequest |
build(Map<String,?> map) |
String |
getIndexConfig() |
String |
getIndexStatus() |
String |
getIndexType() |
String |
getSearchLibName() |
CreateSearchIndexRequest |
setIndexConfig(String indexConfig) |
CreateSearchIndexRequest |
setIndexStatus(String indexStatus) |
CreateSearchIndexRequest |
setIndexType(String indexType) |
CreateSearchIndexRequest |
setSearchLibName(String searchLibName) |
@NameInMap(value="IndexConfig") public String indexConfig
{}
@NameInMap(value="IndexStatus") public String indexStatus
@NameInMap(value="IndexType") public String indexType
This parameter is required.
example:mm
@NameInMap(value="SearchLibName") public String searchLibName
test1
public static CreateSearchIndexRequest build(Map<String,?> map) throws Exception
Exception
public CreateSearchIndexRequest setIndexConfig(String indexConfig)
public String getIndexConfig()
public CreateSearchIndexRequest setIndexStatus(String indexStatus)
public String getIndexStatus()
public CreateSearchIndexRequest setIndexType(String indexType)
public String getIndexType()
public CreateSearchIndexRequest setSearchLibName(String searchLibName)
public String getSearchLibName()
Copyright © 2024. All rights reserved.