public class DescribeInstanceParamRecordsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
|
Long |
getLimit()
Get 分页大小。
|
Long |
getOffset()
Get 分页偏移量。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
|
void |
setLimit(Long Limit)
Set 分页大小。
|
void |
setOffset(Long Offset)
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 DescribeInstanceParamRecordsRequest()
public DescribeInstanceParamRecordsRequest(DescribeInstanceParamRecordsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小。Copyright © 2021. All rights reserved.