public class PreviewWorkflowRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
PreviewWorkflowRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PreviewWorkflowRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getTid() |
PreviewWorkflowRequest |
setOrderId(Long orderId) |
PreviewWorkflowRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
This parameter is required.
example:1069****
@NameInMap(value="Tid") public Long tid
23****
public static PreviewWorkflowRequest build(Map<String,?> map) throws Exception
Exceptionpublic PreviewWorkflowRequest setOrderId(Long orderId)
public Long getOrderId()
public PreviewWorkflowRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.