public class DescribeIndexMetaRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeIndexMetaRequest() | 
| DescribeIndexMetaRequest(DescribeIndexMetaRequest 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 集群访问密码 | 
| 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 | setUsername(String Username)Set 集群访问用户名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeIndexMetaRequest()
public DescribeIndexMetaRequest(DescribeIndexMetaRequest 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 getUsername()
public void setUsername(String Username)
Username - 集群访问用户名public String getPassword()
public void setPassword(String Password)
Password - 集群访问密码Copyright © 2025. All rights reserved.