public class DescribeBackupDownloadTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBackupDownloadTaskRequest() |
DescribeBackupDownloadTaskRequest(DescribeBackupDownloadTaskRequest 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 |
getBackupName()
Get Specifies the backup file name for filtering download tasks of the specified file.
|
String |
getEndTime()
Get Specifies the task within the query time range, and EndTime specifies the end time.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getLimit()
Get Number of entries returned for this query.
|
Long |
getOffset()
Get Specifies the number of pages returned for this query.
|
String |
getOrderBy()
Get Sorting field.
|
String |
getOrderByType()
Get Sorting method.
|
String |
getStartTime()
Get Specifies the task within the query time range, and StartTime specifies the start time.
|
Long[] |
getStatus()
Get Specifies the task status for filtering download tasks.
|
void |
setBackupName(String BackupName)
Set Specifies the backup file name for filtering download tasks of the specified file.
|
void |
setEndTime(String EndTime)
Set Specifies the task within the query time range, and EndTime specifies the end time.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setLimit(Long Limit)
Set Number of entries returned for this query.
|
void |
setOffset(Long Offset)
Set Specifies the number of pages returned for this query.
|
void |
setOrderBy(String OrderBy)
Set Sorting field.
|
void |
setOrderByType(String OrderByType)
Set Sorting method.
|
void |
setStartTime(String StartTime)
Set Specifies the task within the query time range, and StartTime specifies the start time.
|
void |
setStatus(Long[] Status)
Set Specifies the task status for filtering download tasks.
|
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 DescribeBackupDownloadTaskRequest()
public DescribeBackupDownloadTaskRequest(DescribeBackupDownloadTaskRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.public String getBackupName()
public void setBackupName(String BackupName)
BackupName
- Specifies the backup file name for filtering download tasks of the specified file. The [DescribeDBBackups](https://www.tencentcloud.comom/document/product/240/38574?from_cn_redirect=1) API can be called to obtain the backup file name.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Specifies the task within the query time range, and StartTime specifies the start time. If not specified, there are no limitations on the start time by default.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Specifies the task within the query time range, and EndTime specifies the end time. If not specified, there are no limitations on the end time by default.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries returned for this query. Value range: 1–100. The default value is 20.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Specifies the number of pages returned for this query. The default value is 0.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Sorting field.
- createTime: sort by the creation time of the backup download task. The default value is createTime.
- finishTime: sort by the completion time of the backup download task.public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- Sorting method.
- asc: ascending order.
- desc: descending order. The default value is desc.public Long[] getStatus()
public void setStatus(Long[] Status)
Status
- Specifies the task status for filtering download tasks. If this parameter is not configured, tasks of all status types will be returned.
- 0: wait for execution.
- 1: downloading.
- 2: download completed.
- 3: download failed.
- 4: wait for retry.Copyright © 2025. All rights reserved.