public class DescribeWorkflowRunRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeWorkflowRunRequest() | 
| DescribeWorkflowRunRequest(DescribeWorkflowRunRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppBizId()Get 应用ID | 
| String | getWorkflowRunId()Get 工作流运行实例ID | 
| void | setAppBizId(String AppBizId)Set 应用ID | 
| void | setWorkflowRunId(String WorkflowRunId)Set 工作流运行实例ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeWorkflowRunRequest()
public DescribeWorkflowRunRequest(DescribeWorkflowRunRequest source)
public String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId - 应用IDpublic String getWorkflowRunId()
public void setWorkflowRunId(String WorkflowRunId)
WorkflowRunId - 工作流运行实例IDCopyright © 2025. All rights reserved.