public class GetApprovalDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
tid
The ID of the tenant.
|
Long |
workflowInstanceId
The ID of the approval process.
|
| 构造器和说明 |
|---|
GetApprovalDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetApprovalDetailRequest |
build(Map<String,?> map) |
Long |
getTid() |
Long |
getWorkflowInstanceId() |
GetApprovalDetailRequest |
setTid(Long tid) |
GetApprovalDetailRequest |
setWorkflowInstanceId(Long workflowInstanceId) |
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID.
example:3***
@NameInMap(value="WorkflowInstanceId") public Long workflowInstanceId
The ID of the approval process. You can call the GetOrderBaseInfo operation to obtain the ID of the approval process.
This parameter is required.
example:184****
public static GetApprovalDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetApprovalDetailRequest setTid(Long tid)
public Long getTid()
public GetApprovalDetailRequest setWorkflowInstanceId(Long workflowInstanceId)
public Long getWorkflowInstanceId()
Copyright © 2025. All rights reserved.