public class ExecuteDataCorrectRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,?> |
actionDetail
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.
|
| 构造器和说明 |
|---|
ExecuteDataCorrectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecuteDataCorrectRequest |
build(Map<String,?> map) |
Map<String,?> |
getActionDetail() |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
String |
getTid() |
ExecuteDataCorrectRequest |
setActionDetail(Map<String,?> actionDetail) |
ExecuteDataCorrectRequest |
setOrderId(Long orderId) |
ExecuteDataCorrectRequest |
setRealLoginUserUid(String realLoginUserUid) |
ExecuteDataCorrectRequest |
setTid(String tid) |
@NameInMap(value="ActionDetail") public Map<String,?> actionDetail
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 ExecuteDataCorrectRequest build(Map<String,?> map) throws Exception
Exceptionpublic ExecuteDataCorrectRequest setActionDetail(Map<String,?> actionDetail)
public ExecuteDataCorrectRequest setOrderId(Long orderId)
public Long getOrderId()
public ExecuteDataCorrectRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public ExecuteDataCorrectRequest setTid(String tid)
public String getTid()
Copyright © 2025. All rights reserved.