Class DescribeClusterParamLogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.DescribeClusterParamLogsRequest
-
public class DescribeClusterParamLogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群IDString[]getInstanceIds()Get 实例ID列表,用来记录具体操作哪些实例LonggetLimit()Get 返回数量,默认为 20,取值范围为(0,100]LonggetOffset()Get 记录偏移量,默认值为0,取值范围为[0,INF)StringgetOrderBy()Get 排序字段,定义在回返结果的基于哪个字段进行排序StringgetOrderByType()Get 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一voidsetClusterId(String ClusterId)Set 集群IDvoidsetInstanceIds(String[] InstanceIds)Set 实例ID列表,用来记录具体操作哪些实例voidsetLimit(Long Limit)Set 返回数量,默认为 20,取值范围为(0,100]voidsetOffset(Long Offset)Set 记录偏移量,默认值为0,取值范围为[0,INF)voidsetOrderBy(String OrderBy)Set 排序字段,定义在回返结果的基于哪个字段进行排序voidsetOrderByType(String OrderByType)Set 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeClusterParamLogsRequest
public DescribeClusterParamLogsRequest()
-
DescribeClusterParamLogsRequest
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getInstanceIds
public String[] getInstanceIds()
Get 实例ID列表,用来记录具体操作哪些实例- Returns:
- InstanceIds 实例ID列表,用来记录具体操作哪些实例
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set 实例ID列表,用来记录具体操作哪些实例- Parameters:
InstanceIds- 实例ID列表,用来记录具体操作哪些实例
-
getOrderBy
public String getOrderBy()
Get 排序字段,定义在回返结果的基于哪个字段进行排序- Returns:
- OrderBy 排序字段,定义在回返结果的基于哪个字段进行排序
-
setOrderBy
public void setOrderBy(String OrderBy)
Set 排序字段,定义在回返结果的基于哪个字段进行排序- Parameters:
OrderBy- 排序字段,定义在回返结果的基于哪个字段进行排序
-
getOrderByType
public String getOrderByType()
Get 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一- Returns:
- OrderByType 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一
-
setOrderByType
public void setOrderByType(String OrderByType)
Set 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一- Parameters:
OrderByType- 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一
-
getLimit
public Long getLimit()
Get 返回数量,默认为 20,取值范围为(0,100]- Returns:
- Limit 返回数量,默认为 20,取值范围为(0,100]
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为 20,取值范围为(0,100]- Parameters:
Limit- 返回数量,默认为 20,取值范围为(0,100]
-
getOffset
public Long getOffset()
Get 记录偏移量,默认值为0,取值范围为[0,INF)- Returns:
- Offset 记录偏移量,默认值为0,取值范围为[0,INF)
-
setOffset
public void setOffset(Long Offset)
Set 记录偏移量,默认值为0,取值范围为[0,INF)- Parameters:
Offset- 记录偏移量,默认值为0,取值范围为[0,INF)
-
-