public class GetDataCorrectBackupFilesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,?> |
actionDetail
The parameters that are required to perform the operation.
|
Long |
orderId
The ID of the ticket.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetDataCorrectBackupFilesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataCorrectBackupFilesRequest |
build(Map<String,?> map) |
Map<String,?> |
getActionDetail() |
Long |
getOrderId() |
Long |
getTid() |
GetDataCorrectBackupFilesRequest |
setActionDetail(Map<String,?> actionDetail) |
GetDataCorrectBackupFilesRequest |
setOrderId(Long orderId) |
GetDataCorrectBackupFilesRequest |
setTid(Long tid) |
@NameInMap(value="ActionDetail") public Map<String,?> actionDetail
The parameters that are required to perform the operation. You do not need to specify this parameter.
example:{}
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket. You can call the ListOrders operation to obtain the ticket ID.
This parameter is required.
example:4200000
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static GetDataCorrectBackupFilesRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataCorrectBackupFilesRequest setActionDetail(Map<String,?> actionDetail)
public GetDataCorrectBackupFilesRequest setOrderId(Long orderId)
public Long getOrderId()
public GetDataCorrectBackupFilesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.