Class DescribeBackupRecordsRequest


  • public class DescribeBackupRecordsRequest
    extends AbstractModel
    • 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 - 表格名,用于过滤