public class CreateWorkflowRunRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateWorkflowRunRequest() |
CreateWorkflowRunRequest(CreateWorkflowRunRequest 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
|
CustomVariable[] |
getCustomVariables()
Get API参数配置
|
String |
getQuery()
Get 用户输入的内容
|
Long |
getRunEnv()
Get 运行环境。0: 测试环境; 1: 正式环境
|
void |
setAppBizId(String AppBizId)
Set 应用ID
|
void |
setCustomVariables(CustomVariable[] CustomVariables)
Set API参数配置
|
void |
setQuery(String Query)
Set 用户输入的内容
|
void |
setRunEnv(Long RunEnv)
Set 运行环境。0: 测试环境; 1: 正式环境
|
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, toJsonString
public CreateWorkflowRunRequest()
public CreateWorkflowRunRequest(CreateWorkflowRunRequest source)
public Long getRunEnv()
public void setRunEnv(Long RunEnv)
RunEnv
- 运行环境。0: 测试环境; 1: 正式环境public String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId
- 应用IDpublic String getQuery()
public void setQuery(String Query)
Query
- 用户输入的内容public CustomVariable[] getCustomVariables()
public void setCustomVariables(CustomVariable[] CustomVariables)
CustomVariables
- API参数配置Copyright © 2025. All rights reserved.