public class CreateWorkflowRunResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateWorkflowRunResponse() | 
| CreateWorkflowRunResponse(CreateWorkflowRunResponse 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 | getCreateTime()Get 创建时间(毫秒时间戳) | 
| CustomVariable[] | getCustomVariables()Get API参数配置 | 
| String | getQuery()Get 用户输入的内容 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getRunEnv()Get 运行环境。0: 测试环境; 1: 正式环境 | 
| String | getWorkflowRunId()Get 工作流运行实例的ID | 
| void | setAppBizId(String AppBizId)Set 应用ID | 
| void | setCreateTime(String CreateTime)Set 创建时间(毫秒时间戳) | 
| void | setCustomVariables(CustomVariable[] CustomVariables)Set API参数配置 | 
| void | setQuery(String Query)Set 用户输入的内容 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setRunEnv(Long RunEnv)Set 运行环境。0: 测试环境; 1: 正式环境 | 
| 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 CreateWorkflowRunResponse()
public CreateWorkflowRunResponse(CreateWorkflowRunResponse source)
public String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId - 应用IDpublic String getWorkflowRunId()
public void setWorkflowRunId(String WorkflowRunId)
WorkflowRunId - 工作流运行实例的IDpublic Long getRunEnv()
public void setRunEnv(Long RunEnv)
RunEnv - 运行环境。0: 测试环境; 1: 正式环境public String getQuery()
public void setQuery(String Query)
Query - 用户输入的内容public CustomVariable[] getCustomVariables()
public void setCustomVariables(CustomVariable[] CustomVariables)
CustomVariables - API参数配置public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间(毫秒时间戳)public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.