public class DescribeRollbackTaskDetailRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeRollbackTaskDetailRequest()  | 
DescribeRollbackTaskDetailRequest(DescribeRollbackTaskDetailRequest 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 | 
getAsyncRequestId()
Get Async task ID. 
 | 
String | 
getInstanceId()
Get Instance ID, which is the same as the instance ID displayed in the TencentDB Console. 
 | 
Long | 
getLimit()
Get Pagination parameter, i.e., the number of entries to be returned for a single request. 
 | 
Long | 
getOffset()
Get Pagination offset. 
 | 
void | 
setAsyncRequestId(String AsyncRequestId)
Set Async task ID. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID, which is the same as the instance ID displayed in the TencentDB Console. 
 | 
void | 
setLimit(Long Limit)
Set Pagination parameter, i.e., the number of entries to be returned for a single request. 
 | 
void | 
setOffset(Long Offset)
Set Pagination offset. 
 | 
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, toJsonStringpublic DescribeRollbackTaskDetailRequest()
public DescribeRollbackTaskDetailRequest(DescribeRollbackTaskDetailRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID, which is the same as the instance ID displayed in the TencentDB Console. You can use the [DescribeDBInstances API](https://intl.cloud.tencent.com/document/api/236/15872?from_cn_redirect=1) to query the ID.public String getAsyncRequestId()
public void setAsyncRequestId(String AsyncRequestId)
AsyncRequestId - Async task ID.public Long getLimit()
public void setLimit(Long Limit)
Limit - Pagination parameter, i.e., the number of entries to be returned for a single request. Default value: 20. Maximum value: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination offset. Default value: 0.Copyright © 2022. All rights reserved.