Class DeleteIndexRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.es.v20180416.models.DeleteIndexRequest
-
public class DeleteIndexRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteIndexRequest()
DeleteIndexRequest(DeleteIndexRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBackingIndexName()
Get 后备索引名String
getIndexName()
Get 删除的索引名String
getIndexType()
Get 删除的索引类型。auto:自治索引;normal:普通索引String
getInstanceId()
Get ES集群IDString
getPassword()
Get 集群访问密码String
getUsername()
Get 集群访问用户名void
setBackingIndexName(String BackingIndexName)
Set 后备索引名void
setIndexName(String IndexName)
Set 删除的索引名void
setIndexType(String IndexType)
Set 删除的索引类型。auto:自治索引;normal:普通索引void
setInstanceId(String InstanceId)
Set ES集群IDvoid
setPassword(String Password)
Set 集群访问密码void
setUsername(String Username)
Set 集群访问用户名void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteIndexRequest
public DeleteIndexRequest()
-
DeleteIndexRequest
public DeleteIndexRequest(DeleteIndexRequest 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get ES集群ID- Returns:
- InstanceId ES集群ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set ES集群ID- Parameters:
InstanceId
- ES集群ID
-
getIndexType
public String getIndexType()
Get 删除的索引类型。auto:自治索引;normal:普通索引- Returns:
- IndexType 删除的索引类型。auto:自治索引;normal:普通索引
-
setIndexType
public void setIndexType(String IndexType)
Set 删除的索引类型。auto:自治索引;normal:普通索引- Parameters:
IndexType
- 删除的索引类型。auto:自治索引;normal:普通索引
-
getIndexName
public String getIndexName()
Get 删除的索引名- Returns:
- IndexName 删除的索引名
-
setIndexName
public void setIndexName(String IndexName)
Set 删除的索引名- Parameters:
IndexName
- 删除的索引名
-
getUsername
public String getUsername()
Get 集群访问用户名- Returns:
- Username 集群访问用户名
-
setUsername
public void setUsername(String Username)
Set 集群访问用户名- Parameters:
Username
- 集群访问用户名
-
getPassword
public String getPassword()
Get 集群访问密码- Returns:
- Password 集群访问密码
-
setPassword
public void setPassword(String Password)
Set 集群访问密码- Parameters:
Password
- 集群访问密码
-
getBackingIndexName
public String getBackingIndexName()
Get 后备索引名- Returns:
- BackingIndexName 后备索引名
-
setBackingIndexName
public void setBackingIndexName(String BackingIndexName)
Set 后备索引名- Parameters:
BackingIndexName
- 后备索引名
-
-