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 One or more instance IDs.
|
String[] |
getInstanceNameSet()
Get Instance name list.
|
Long |
getLimit()
Get The number of returned entries per page in pagination mode.
|
Long |
getOffset()
Get Page number in pagination mode.
|
String |
getOrderBy()
Get Sorting field.
|
String |
getOrderByType()
Get The default value is desc.
|
void |
setInstanceIdSet(String[] InstanceIdSet)
Set One or more instance IDs.
|
void |
setInstanceNameSet(String[] InstanceNameSet)
Set Instance name list.
|
void |
setLimit(Long Limit)
Set The number of returned entries per page in pagination mode.
|
void |
setOffset(Long Offset)
Set Page number in pagination mode.
|
void |
setOrderBy(String OrderBy)
Set Sorting field.
|
void |
setOrderByType(String OrderByType)
Set The default value is desc.
|
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, toJsonString
public DescribeBackupStatisticalRequest()
public DescribeBackupStatisticalRequest(DescribeBackupStatisticalRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of returned entries per page in pagination mode. Value range: 1-100. The default value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number in pagination mode. The default value is 0.public String[] getInstanceIdSet()
public void setInstanceIdSet(String[] InstanceIdSet)
InstanceIdSet
- One or more instance IDs. The instance ID is in the format of mssql-si2823jyl.public String[] getInstanceNameSet()
public void setInstanceNameSet(String[] InstanceNameSet)
InstanceNameSet
- Instance name list. Fuzzy query is supported.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Sorting field. The default value is default, which indicates sorting by backup space in descending order. default - sort by backup space; data - sort by data backup; log - sort by log backup; auto - sort by automatic backup; manual - sort by manual backup.public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- The default value is desc. [desc - descending order; asc - ascending order].Copyright © 2025. All rights reserved.