public class DescribeServerlessInstancesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeServerlessInstancesRequest() |
DescribeServerlessInstancesRequest(DescribeServerlessInstancesRequest 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[] |
getDiSourceTypes()
Get 数据链路数据源类型
|
String[] |
getIndexNames()
Get 索引名
|
String[] |
getIndexStatusList()
Get 过滤索引状态
|
String[] |
getInstanceIds()
Get 索引集群ID
|
Long |
getLimit()
Get 一页展示数量
|
Long |
getOffset()
Get 分页起始位置
|
String |
getOrder()
Get 排序顺序,支持asc、desc,默认为desc
|
String |
getOrderBy()
Get 排序字段,支持索引名:IndexName、索引存储量:IndexStorage、索引创建时间:IndexCreateTime
|
String[] |
getSpaceIds()
Get 索引空间ID列表
|
TagInfo[] |
getTagList()
Get 标签信息
|
void |
setDiSourceTypes(String[] DiSourceTypes)
Set 数据链路数据源类型
|
void |
setIndexNames(String[] IndexNames)
Set 索引名
|
void |
setIndexStatusList(String[] IndexStatusList)
Set 过滤索引状态
|
void |
setInstanceIds(String[] InstanceIds)
Set 索引集群ID
|
void |
setLimit(Long Limit)
Set 一页展示数量
|
void |
setOffset(Long Offset)
Set 分页起始位置
|
void |
setOrder(String Order)
Set 排序顺序,支持asc、desc,默认为desc
|
void |
setOrderBy(String OrderBy)
Set 排序字段,支持索引名:IndexName、索引存储量:IndexStorage、索引创建时间:IndexCreateTime
|
void |
setSpaceIds(String[] SpaceIds)
Set 索引空间ID列表
|
void |
setTagList(TagInfo[] TagList)
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, toJsonString
public DescribeServerlessInstancesRequest()
public DescribeServerlessInstancesRequest(DescribeServerlessInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 索引集群IDpublic String[] getIndexNames()
public void setIndexNames(String[] IndexNames)
IndexNames
- 索引名public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页起始位置public Long getLimit()
public void setLimit(Long Limit)
Limit
- 一页展示数量public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段,支持索引名:IndexName、索引存储量:IndexStorage、索引创建时间:IndexCreateTimepublic String[] getIndexStatusList()
public void setIndexStatusList(String[] IndexStatusList)
IndexStatusList
- 过滤索引状态public String getOrder()
public void setOrder(String Order)
Order
- 排序顺序,支持asc、desc,默认为descpublic String[] getSpaceIds()
public void setSpaceIds(String[] SpaceIds)
SpaceIds
- 索引空间ID列表public String[] getDiSourceTypes()
public void setDiSourceTypes(String[] DiSourceTypes)
DiSourceTypes
- 数据链路数据源类型public TagInfo[] getTagList()
public void setTagList(TagInfo[] TagList)
TagList
- 标签信息Copyright © 2024. All rights reserved.