public class SkipDataCorrectRowCheckRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
orderId
The ticket ID.
|
String |
realLoginUserUid |
String |
reason
The reason for skipping the verification on the number of rows in the precheck for data change.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
SkipDataCorrectRowCheckRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SkipDataCorrectRowCheckRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
String |
getReason() |
Long |
getTid() |
SkipDataCorrectRowCheckRequest |
setOrderId(Long orderId) |
SkipDataCorrectRowCheckRequest |
setRealLoginUserUid(String realLoginUserUid) |
SkipDataCorrectRowCheckRequest |
setReason(String reason) |
SkipDataCorrectRowCheckRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ticket ID. You can call the ListOrders operation to obtain the ticket ID.
This parameter is required.
example:420****
@NameInMap(value="RealLoginUserUid") public String realLoginUserUid
@NameInMap(value="Reason") public String reason
The reason for skipping the verification on the number of rows in the precheck for data change.
This parameter is required.
example:save test time
@NameInMap(value="Tid") public Long tid
The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static SkipDataCorrectRowCheckRequest build(Map<String,?> map) throws Exception
Exceptionpublic SkipDataCorrectRowCheckRequest setOrderId(Long orderId)
public Long getOrderId()
public SkipDataCorrectRowCheckRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public SkipDataCorrectRowCheckRequest setReason(String reason)
public String getReason()
public SkipDataCorrectRowCheckRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.