public class CreateFlowServiceRequest extends AbstractModel
Constructor and Description |
---|
CreateFlowServiceRequest() |
CreateFlowServiceRequest(CreateFlowServiceRequest 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 |
getDefinition()
Get 定义文本(JSON格式)
|
String |
getDescription()
Get 备注
|
Boolean |
getEnableCLS()
Get 是否开启CLS日志投递功能
|
String |
getFlowServiceChineseName()
Get 状态机所属服务中文名
|
String |
getFlowServiceName()
Get 状态机所属服务名
|
String |
getInput()
Get 该状态机的默认输入
|
Boolean |
getIsNewRole()
Get 是不是新的角色
|
String |
getRoleResource()
Get 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachine
|
String |
getType()
Get 状态机类型(EXPRESS,STANDARD)
|
void |
setDefinition(String Definition)
Set 定义文本(JSON格式)
|
void |
setDescription(String Description)
Set 备注
|
void |
setEnableCLS(Boolean EnableCLS)
Set 是否开启CLS日志投递功能
|
void |
setFlowServiceChineseName(String FlowServiceChineseName)
Set 状态机所属服务中文名
|
void |
setFlowServiceName(String FlowServiceName)
Set 状态机所属服务名
|
void |
setInput(String Input)
Set 该状态机的默认输入
|
void |
setIsNewRole(Boolean IsNewRole)
Set 是不是新的角色
|
void |
setRoleResource(String RoleResource)
Set 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachine
|
void |
setType(String Type)
Set 状态机类型(EXPRESS,STANDARD)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateFlowServiceRequest()
public CreateFlowServiceRequest(CreateFlowServiceRequest source)
public String getDefinition()
public void setDefinition(String Definition)
Definition
- 定义文本(JSON格式)public String getFlowServiceName()
public void setFlowServiceName(String FlowServiceName)
FlowServiceName
- 状态机所属服务名public Boolean getIsNewRole()
public void setIsNewRole(Boolean IsNewRole)
IsNewRole
- 是不是新的角色public String getType()
public void setType(String Type)
Type
- 状态机类型(EXPRESS,STANDARD)public String getFlowServiceChineseName()
public void setFlowServiceChineseName(String FlowServiceChineseName)
FlowServiceChineseName
- 状态机所属服务中文名public String getRoleResource()
public void setRoleResource(String RoleResource)
RoleResource
- 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachinepublic String getDescription()
public void setDescription(String Description)
Description
- 备注public Boolean getEnableCLS()
public void setEnableCLS(Boolean EnableCLS)
EnableCLS
- 是否开启CLS日志投递功能public String getInput()
public void setInput(String Input)
Input
- 该状态机的默认输入Copyright © 2022. All rights reserved.