public class DescribeClusterInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribeClusterInstancesRequest() |
DescribeClusterInstancesRequest(DescribeClusterInstancesRequest 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 |
getClusterId()
Get 集群ID
|
Long |
getLimit()
Get 分页个数
|
Long |
getOffset()
Get 偏移量
|
String |
getOrderBy()
Get 排序字段
|
Long |
getOrderType()
Get 排序类型
|
String |
getSearchWord()
Get 搜索字段
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setLimit(Long Limit)
Set 分页个数
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setOrderBy(String OrderBy)
Set 排序字段
|
void |
setOrderType(Long OrderType)
Set 排序类型
|
void |
setSearchWord(String SearchWord)
Set 搜索字段
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeClusterInstancesRequest()
public DescribeClusterInstancesRequest(DescribeClusterInstancesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索字段public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 排序类型public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页个数Copyright © 2021. All rights reserved.