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 Instance ID in the format of mssql-dj5i29c5n.
|
Long |
getLimit()
Get The maximum number of results returned per page.
|
Long |
getOffset()
Get Page number.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of mssql-dj5i29c5n.
|
void |
setLimit(Long Limit)
Set The maximum number of results returned per page.
|
void |
setOffset(Long Offset)
Set Page number.
|
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
- Instance ID in the format of mssql-dj5i29c5n. It is the same as the instance ID displayed in the TencentDB console and the response parameter `InstanceId` of the `DescribeDBInstances` API.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of results returned per page. Maximum value: `100`. Default value: `20`.Copyright © 2023. All rights reserved.