Class StartExecutionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asw.v20200722.models.StartExecutionRequest
-
public class StartExecutionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StartExecutionRequest()StartExecutionRequest(StartExecutionRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInput()Get 输入参数,内容为JsonObject,长度不大于524288字符。StringgetName()Get 本次执行名。如果不填,系统会自动生成。如果填,应保证状态机下唯一StringgetStateMachineResourceName()Get 状态机资源名voidsetInput(String Input)Set 输入参数,内容为JsonObject,长度不大于524288字符。voidsetName(String Name)Set 本次执行名。如果不填,系统会自动生成。如果填,应保证状态机下唯一voidsetStateMachineResourceName(String StateMachineResourceName)Set 状态机资源名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StartExecutionRequest
public StartExecutionRequest()
-
StartExecutionRequest
public StartExecutionRequest(StartExecutionRequest 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.
-
-
Method Detail
-
getStateMachineResourceName
public String getStateMachineResourceName()
Get 状态机资源名- Returns:
- StateMachineResourceName 状态机资源名
-
setStateMachineResourceName
public void setStateMachineResourceName(String StateMachineResourceName)
Set 状态机资源名- Parameters:
StateMachineResourceName- 状态机资源名
-
getInput
public String getInput()
Get 输入参数,内容为JsonObject,长度不大于524288字符。- Returns:
- Input 输入参数,内容为JsonObject,长度不大于524288字符。
-
setInput
public void setInput(String Input)
Set 输入参数,内容为JsonObject,长度不大于524288字符。- Parameters:
Input- 输入参数,内容为JsonObject,长度不大于524288字符。
-
getName
public String getName()
Get 本次执行名。如果不填,系统会自动生成。如果填,应保证状态机下唯一- Returns:
- Name 本次执行名。如果不填,系统会自动生成。如果填,应保证状态机下唯一
-
setName
public void setName(String Name)
Set 本次执行名。如果不填,系统会自动生成。如果填,应保证状态机下唯一- Parameters:
Name- 本次执行名。如果不填,系统会自动生成。如果填,应保证状态机下唯一
-
-