public class StartWorkflowResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
example:
42-E8E1-4FBB-8E52-F4225C
|
String |
taskId
example:
22dad741d086a50325f9
|
构造器和说明 |
---|
StartWorkflowResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static StartWorkflowResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getTaskId() |
StartWorkflowResponseBody |
setRequestId(String requestId) |
StartWorkflowResponseBody |
setTaskId(String taskId) |
@NameInMap(value="RequestId") public String requestId
42-E8E1-4FBB-8E52-F4225C
@NameInMap(value="TaskId") public String taskId
22dad741d086a50325f9
public static StartWorkflowResponseBody build(Map<String,?> map) throws Exception
Exception
public StartWorkflowResponseBody setRequestId(String requestId)
public String getRequestId()
public StartWorkflowResponseBody setTaskId(String taskId)
public String getTaskId()
Copyright © 2024. All rights reserved.