public class DescribeBackupStatisticalRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBackupStatisticalRequest() | 
| DescribeBackupStatisticalRequest(DescribeBackupStatisticalRequest 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[] | getInstanceIdSet()Get 一个或者多个实例ID。实例ID,格式如:mssql-si2823jyl。 | 
| String[] | getInstanceNameSet()Get 实例名称列表,模糊查询。 | 
| Long | getLimit()Get 分页返回,每页返回的数目,取值为1-100,默认值为100 | 
| Long | getOffset()Get 分页返回,页编号,默认值为第0页。 | 
| String | getOrderBy()Get 排序字段,默认default,则按照备份空间降序。
default 按照备份空间排序
data 数据备份排序
log 日志备份排序
auto 自动备份排序
manual 手动备份排序 | 
| String | getOrderByType()Get 默认降序,[desc-降序,asc-升序]。 | 
| void | setInstanceIdSet(String[] InstanceIdSet)Set 一个或者多个实例ID。实例ID,格式如:mssql-si2823jyl。 | 
| void | setInstanceNameSet(String[] InstanceNameSet)Set 实例名称列表,模糊查询。 | 
| void | setLimit(Long Limit)Set 分页返回,每页返回的数目,取值为1-100,默认值为100 | 
| void | setOffset(Long Offset)Set 分页返回,页编号,默认值为第0页。 | 
| void | setOrderBy(String OrderBy)Set 排序字段,默认default,则按照备份空间降序。
default 按照备份空间排序
data 数据备份排序
log 日志备份排序
auto 自动备份排序
manual 手动备份排序 | 
| void | setOrderByType(String OrderByType)Set 默认降序,[desc-降序,asc-升序]。 | 
| 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 DescribeBackupStatisticalRequest()
public DescribeBackupStatisticalRequest(DescribeBackupStatisticalRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页返回,每页返回的数目,取值为1-100,默认值为100public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页返回,页编号,默认值为第0页。public String[] getInstanceIdSet()
public void setInstanceIdSet(String[] InstanceIdSet)
InstanceIdSet - 一个或者多个实例ID。实例ID,格式如:mssql-si2823jyl。public String[] getInstanceNameSet()
public void setInstanceNameSet(String[] InstanceNameSet)
InstanceNameSet - 实例名称列表,模糊查询。public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 排序字段,默认default,则按照备份空间降序。
default 按照备份空间排序
data 数据备份排序
log 日志备份排序
auto 自动备份排序
manual 手动备份排序public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType - 默认降序,[desc-降序,asc-升序]。Copyright © 2025. All rights reserved.