public class SubmitOrderApprovalRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
orderId
The ID of the ticket.
|
String |
realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
SubmitOrderApprovalRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SubmitOrderApprovalRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
Long |
getTid() |
SubmitOrderApprovalRequest |
setOrderId(Long orderId) |
SubmitOrderApprovalRequest |
setRealLoginUserUid(String realLoginUserUid) |
SubmitOrderApprovalRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket.
This parameter is required.
example:12345
@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 Long tid
The ID of the tenant.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
-1
public static SubmitOrderApprovalRequest build(Map<String,?> map) throws Exception
Exceptionpublic SubmitOrderApprovalRequest setOrderId(Long orderId)
public Long getOrderId()
public SubmitOrderApprovalRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public SubmitOrderApprovalRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.