public class UpdateIndexRequest extends AbstractModel
skipSign
Constructor and Description |
---|
UpdateIndexRequest() |
UpdateIndexRequest(UpdateIndexRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getIndexName()
Get 更新的索引名
|
String |
getIndexType()
Get 更新的索引类型。auto:自治索引;normal:普通索引
|
String |
getInstanceId()
Get ES集群ID
|
String |
getPassword()
Get 集群访问密码
|
Boolean |
getRolloverBackingIndex()
Get 是否滚动后备索引
|
String |
getUpdateMetaJson()
Get 更新的索引元数据JSON,如mappings、settings
|
String |
getUsername()
Get 集群访问用户名
|
void |
setIndexName(String IndexName)
Set 更新的索引名
|
void |
setIndexType(String IndexType)
Set 更新的索引类型。auto:自治索引;normal:普通索引
|
void |
setInstanceId(String InstanceId)
Set ES集群ID
|
void |
setPassword(String Password)
Set 集群访问密码
|
void |
setRolloverBackingIndex(Boolean RolloverBackingIndex)
Set 是否滚动后备索引
|
void |
setUpdateMetaJson(String UpdateMetaJson)
Set 更新的索引元数据JSON,如mappings、settings
|
void |
setUsername(String Username)
Set 集群访问用户名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateIndexRequest()
public UpdateIndexRequest(UpdateIndexRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ES集群IDpublic String getIndexType()
public void setIndexType(String IndexType)
IndexType
- 更新的索引类型。auto:自治索引;normal:普通索引public String getIndexName()
public void setIndexName(String IndexName)
IndexName
- 更新的索引名public String getUpdateMetaJson()
public void setUpdateMetaJson(String UpdateMetaJson)
UpdateMetaJson
- 更新的索引元数据JSON,如mappings、settingspublic String getUsername()
public void setUsername(String Username)
Username
- 集群访问用户名public String getPassword()
public void setPassword(String Password)
Password
- 集群访问密码public Boolean getRolloverBackingIndex()
public void setRolloverBackingIndex(Boolean RolloverBackingIndex)
RolloverBackingIndex
- 是否滚动后备索引Copyright © 2023. All rights reserved.