Class DescribeInstanceParamRecordsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.DescribeInstanceParamRecordsRequest
-
public class DescribeInstanceParamRecordsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInstanceParamRecordsRequest()
DescribeInstanceParamRecordsRequest(DescribeInstanceParamRecordsRequest 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 String
getInstanceId()
Get 实例IdLong
getLimit()
Get 分页大小Long
getOffset()
Get 偏移量,取Limit整数倍void
setInstanceId(String InstanceId)
Set 实例Idvoid
setLimit(Long Limit)
Set 分页大小void
setOffset(Long Offset)
Set 偏移量,取Limit整数倍void
toMap(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
-
DescribeInstanceParamRecordsRequest
public DescribeInstanceParamRecordsRequest()
-
DescribeInstanceParamRecordsRequest
public DescribeInstanceParamRecordsRequest(DescribeInstanceParamRecordsRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例Id- Returns:
- InstanceId 实例Id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例Id- Parameters:
InstanceId
- 实例Id
-
getLimit
public Long getLimit()
Get 分页大小- Returns:
- Limit 分页大小
-
setLimit
public void setLimit(Long Limit)
Set 分页大小- Parameters:
Limit
- 分页大小
-
getOffset
public Long getOffset()
Get 偏移量,取Limit整数倍- Returns:
- Offset 偏移量,取Limit整数倍
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,取Limit整数倍- Parameters:
Offset
- 偏移量,取Limit整数倍
-
-