Class DescribeBackupRecordsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.DescribeBackupRecordsRequest
-
public class DescribeBackupRecordsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群ID,用于获取指定集群的单据LonggetLimit()Get 分页LonggetOffset()Get 分页StringgetTableGroupId()Get 表格组id,用于过滤StringgetTableName()Get 表格名,用于过滤voidsetClusterId(String ClusterId)Set 集群ID,用于获取指定集群的单据voidsetLimit(Long Limit)Set 分页voidsetOffset(Long Offset)Set 分页voidsetTableGroupId(String TableGroupId)Set 表格组id,用于过滤voidsetTableName(String TableName)Set 表格名,用于过滤voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeBackupRecordsRequest
public DescribeBackupRecordsRequest()
-
DescribeBackupRecordsRequest
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID,用于获取指定集群的单据- Returns:
- ClusterId 集群ID,用于获取指定集群的单据
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID,用于获取指定集群的单据- Parameters:
ClusterId- 集群ID,用于获取指定集群的单据
-
getLimit
public Long getLimit()
Get 分页- Returns:
- Limit 分页
-
setLimit
public void setLimit(Long Limit)
Set 分页- Parameters:
Limit- 分页
-
getOffset
public Long getOffset()
Get 分页- Returns:
- Offset 分页
-
setOffset
public void setOffset(Long Offset)
Set 分页- Parameters:
Offset- 分页
-
getTableGroupId
public String getTableGroupId()
Get 表格组id,用于过滤- Returns:
- TableGroupId 表格组id,用于过滤
-
setTableGroupId
public void setTableGroupId(String TableGroupId)
Set 表格组id,用于过滤- Parameters:
TableGroupId- 表格组id,用于过滤
-
getTableName
public String getTableName()
Get 表格名,用于过滤- Returns:
- TableName 表格名,用于过滤
-
setTableName
public void setTableName(String TableName)
Set 表格名,用于过滤- Parameters:
TableName- 表格名,用于过滤
-
-