public class DescribeClusterParamLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribeClusterParamLogsRequest() |
DescribeClusterParamLogsRequest(DescribeClusterParamLogsRequest 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
|
String[] |
getInstanceIds()
Get 实例ID列表,用来记录具体操作哪些实例
|
Long |
getLimit()
Get 返回数量,默认为 20,取值范围为(0,100]
|
Long |
getOffset()
Get 记录偏移量,默认值为0,取值范围为[0,INF)
|
String |
getOrderBy()
Get 排序字段,定义在回返结果的基于哪个字段进行排序
|
String |
getOrderByType()
Get 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例ID列表,用来记录具体操作哪些实例
|
void |
setLimit(Long Limit)
Set 返回数量,默认为 20,取值范围为(0,100]
|
void |
setOffset(Long Offset)
Set 记录偏移量,默认值为0,取值范围为[0,INF)
|
void |
setOrderBy(String OrderBy)
Set 排序字段,定义在回返结果的基于哪个字段进行排序
|
void |
setOrderByType(String OrderByType)
Set 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一
|
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 DescribeClusterParamLogsRequest()
public DescribeClusterParamLogsRequest(DescribeClusterParamLogsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例ID列表,用来记录具体操作哪些实例public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段,定义在回返结果的基于哪个字段进行排序public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为 20,取值范围为(0,100]public Long getOffset()
public void setOffset(Long Offset)
Offset
- 记录偏移量,默认值为0,取值范围为[0,INF)Copyright © 2022. All rights reserved.