public class ExecuteDataCorrectShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
actionDetailShrink
The parameters that are required to perform the data change.
|
Long |
orderId
The ID of the ticket.
|
String |
realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
|
String |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ExecuteDataCorrectShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecuteDataCorrectShrinkRequest |
build(Map<String,?> map) |
String |
getActionDetailShrink() |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
String |
getTid() |
ExecuteDataCorrectShrinkRequest |
setActionDetailShrink(String actionDetailShrink) |
ExecuteDataCorrectShrinkRequest |
setOrderId(Long orderId) |
ExecuteDataCorrectShrinkRequest |
setRealLoginUserUid(String realLoginUserUid) |
ExecuteDataCorrectShrinkRequest |
setTid(String tid) |
@NameInMap(value="ActionDetail") public String actionDetailShrink
The parameters that are required to perform the data change.
json
"actionDetail" : {
"startTime" :"2021-07-01 00:00:00", // Specify the start time to change data. If you want to immediately change data, you do not need to set this parameter.
"endTime" : "2021-07-01 01:00:00", // Specify the end time to change data. If you want to immediately change data, you do not need to set this parameter.
"transaction" : false, // Specify whether to change data as a transaction.
"backupData" : true // Specify whether to back up data.
}
example:
{ "startTime" : "2021-07-01 00:00:00", "endTime" : "2021-07-01 01:00:00", "transaction" : false, "backupData" : true }
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket. You can call the ListOrders operation to query the ID of the ticket.
This parameter is required.
example:406****
@NameInMap(value="RealLoginUserUid") public String realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
example:21400447956867****
@NameInMap(value="Tid") public String tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.
example:3***
public static ExecuteDataCorrectShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic ExecuteDataCorrectShrinkRequest setActionDetailShrink(String actionDetailShrink)
public String getActionDetailShrink()
public ExecuteDataCorrectShrinkRequest setOrderId(Long orderId)
public Long getOrderId()
public ExecuteDataCorrectShrinkRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public ExecuteDataCorrectShrinkRequest setTid(String tid)
public String getTid()
Copyright © 2025. All rights reserved.