Class DescribeInstanceParamRecordsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.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 StringgetInstanceId()Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。LonggetLimit()Get 分页大小,默认值:20。LonggetOffset()Get 分页偏移量,默认值:0。voidsetInstanceId(String InstanceId)Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。voidsetLimit(Long Limit)Set 分页大小,默认值:20。voidsetOffset(Long Offset)Set 分页偏移量,默认值:0。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
-
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,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。- Returns:
- InstanceId 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。- Parameters:
InstanceId- 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
-
getOffset
public Long getOffset()
Get 分页偏移量,默认值:0。- Returns:
- Offset 分页偏移量,默认值:0。
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量,默认值:0。- Parameters:
Offset- 分页偏移量,默认值:0。
-
getLimit
public Long getLimit()
Get 分页大小,默认值:20。- Returns:
- Limit 分页大小,默认值:20。
-
setLimit
public void setLimit(Long Limit)
Set 分页大小,默认值:20。- Parameters:
Limit- 分页大小,默认值:20。
-
-