public class DescribeBackupRecordsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBackupRecordsRequest() | 
| DescribeBackupRecordsRequest(DescribeBackupRecordsRequest 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 | getClusterId()Get 集群ID,用于获取指定集群的单据 | 
| Long | getLimit()Get 分页 | 
| Long | getOffset()Get 分页 | 
| String | getTableGroupId()Get 表格组id,用于过滤 | 
| String | getTableName()Get 表格名,用于过滤 | 
| void | setClusterId(String ClusterId)Set 集群ID,用于获取指定集群的单据 | 
| void | setLimit(Long Limit)Set 分页 | 
| void | setOffset(Long Offset)Set 分页 | 
| void | setTableGroupId(String TableGroupId)Set 表格组id,用于过滤 | 
| void | setTableName(String TableName)Set 表格名,用于过滤 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeBackupRecordsRequest()
public DescribeBackupRecordsRequest(DescribeBackupRecordsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群ID,用于获取指定集群的单据public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - 表格组id,用于过滤public String getTableName()
public void setTableName(String TableName)
TableName - 表格名,用于过滤Copyright © 2025. All rights reserved.