public class DescribeIndexListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIndexListRequest() |
DescribeIndexListRequest(DescribeIndexListRequest 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 Index name.
|
String[] |
getIndexStatusList()
Get Filtering by index status
|
String |
getIndexType()
Get Index type.
|
String |
getInstanceId()
Get ES cluster ID
|
Long |
getLimit()
Get The number of results per page
|
Long |
getOffset()
Get The starting position of paging
|
String |
getOrder()
Get Sorting mode, which can be `asc` and `desc`.
|
String |
getOrderBy()
Get Sorting condition field, which can be `IndexName`, `IndexStorage`, or `IndexCreateTime`.
|
String |
getPassword()
Get Password for cluster access
|
String |
getUsername()
Get Username for cluster access
|
void |
setIndexName(String IndexName)
Set Index name.
|
void |
setIndexStatusList(String[] IndexStatusList)
Set Filtering by index status
|
void |
setIndexType(String IndexType)
Set Index type.
|
void |
setInstanceId(String InstanceId)
Set ES cluster ID
|
void |
setLimit(Long Limit)
Set The number of results per page
|
void |
setOffset(Long Offset)
Set The starting position of paging
|
void |
setOrder(String Order)
Set Sorting mode, which can be `asc` and `desc`.
|
void |
setOrderBy(String OrderBy)
Set Sorting condition field, which can be `IndexName`, `IndexStorage`, or `IndexCreateTime`.
|
void |
setPassword(String Password)
Set Password for cluster access
|
void |
setUsername(String Username)
Set Username for cluster access
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIndexListRequest()
public DescribeIndexListRequest(DescribeIndexListRequest source)
public String getIndexType()
public void setIndexType(String IndexType)
IndexType
- Index type. `auto`: Automated; `normal`: General.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ES cluster IDpublic String getIndexName()
public void setIndexName(String IndexName)
IndexName
- Index name. `null` indicates that all indexes are requested.public String getUsername()
public void setUsername(String Username)
Username
- Username for cluster accesspublic String getPassword()
public void setPassword(String Password)
Password
- Password for cluster accesspublic Long getOffset()
public void setOffset(Long Offset)
Offset
- The starting position of pagingpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of results per pagepublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Sorting condition field, which can be `IndexName`, `IndexStorage`, or `IndexCreateTime`.public String[] getIndexStatusList()
public void setIndexStatusList(String[] IndexStatusList)
IndexStatusList
- Filtering by index statuspublic String getOrder()
public void setOrder(String Order)
Order
- Sorting mode, which can be `asc` and `desc`.Copyright © 2024. All rights reserved.