public class GetDataCorrectBackupFilesShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
actionDetailShrink
The parameters that are required to perform the operation.
|
Long |
orderId
The ID of the ticket.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetDataCorrectBackupFilesShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataCorrectBackupFilesShrinkRequest |
build(Map<String,?> map) |
String |
getActionDetailShrink() |
Long |
getOrderId() |
Long |
getTid() |
GetDataCorrectBackupFilesShrinkRequest |
setActionDetailShrink(String actionDetailShrink) |
GetDataCorrectBackupFilesShrinkRequest |
setOrderId(Long orderId) |
GetDataCorrectBackupFilesShrinkRequest |
setTid(Long tid) |
@NameInMap(value="ActionDetail") public String actionDetailShrink
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 GetDataCorrectBackupFilesShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataCorrectBackupFilesShrinkRequest setActionDetailShrink(String actionDetailShrink)
public String getActionDetailShrink()
public GetDataCorrectBackupFilesShrinkRequest setOrderId(Long orderId)
public Long getOrderId()
public GetDataCorrectBackupFilesShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.