public class DescribeBackupRecordsRequest extends AbstractModel
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 Cluster ID, which is used to query a specified cluster
|
Long |
getLimit()
Get Number of results per page
|
Long |
getOffset()
Get Page offset
|
String |
getTableGroupId()
Get Table group ID used as a filter condition
|
String |
getTableName()
Get Table name used as a filter condition
|
void |
setClusterId(String ClusterId)
Set Cluster ID, which is used to query a specified cluster
|
void |
setLimit(Long Limit)
Set Number of results per page
|
void |
setOffset(Long Offset)
Set Page offset
|
void |
setTableGroupId(String TableGroupId)
Set Table group ID used as a filter condition
|
void |
setTableName(String TableName)
Set Table name used as a filter condition
|
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 DescribeBackupRecordsRequest()
public DescribeBackupRecordsRequest(DescribeBackupRecordsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster ID, which is used to query a specified clusterpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Page offsetpublic String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- Table group ID used as a filter conditionpublic String getTableName()
public void setTableName(String TableName)
TableName
- Table name used as a filter conditionCopyright © 2023. All rights reserved.