Class CreateFlowServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asw.v20200722.models.CreateFlowServiceRequest
-
public class CreateFlowServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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/SomeRoleForYourStateMachineString
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/SomeRoleForYourStateMachinevoid
setType(String Type)
Set 状态机类型(EXPRESS,STANDARD)void
toMap(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
-
CreateFlowServiceRequest
public CreateFlowServiceRequest()
-
CreateFlowServiceRequest
public 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.
-
-
Method Detail
-
getDefinition
public String getDefinition()
Get 定义文本(JSON格式)- Returns:
- Definition 定义文本(JSON格式)
-
setDefinition
public void setDefinition(String Definition)
Set 定义文本(JSON格式)- Parameters:
Definition
- 定义文本(JSON格式)
-
getFlowServiceName
public String getFlowServiceName()
Get 状态机所属服务名- Returns:
- FlowServiceName 状态机所属服务名
-
setFlowServiceName
public void setFlowServiceName(String FlowServiceName)
Set 状态机所属服务名- Parameters:
FlowServiceName
- 状态机所属服务名
-
getIsNewRole
public Boolean getIsNewRole()
Get 是不是新的角色- Returns:
- IsNewRole 是不是新的角色
-
setIsNewRole
public void setIsNewRole(Boolean IsNewRole)
Set 是不是新的角色- Parameters:
IsNewRole
- 是不是新的角色
-
getType
public String getType()
Get 状态机类型(EXPRESS,STANDARD)- Returns:
- Type 状态机类型(EXPRESS,STANDARD)
-
setType
public void setType(String Type)
Set 状态机类型(EXPRESS,STANDARD)- Parameters:
Type
- 状态机类型(EXPRESS,STANDARD)
-
getFlowServiceChineseName
public String getFlowServiceChineseName()
Get 状态机所属服务中文名- Returns:
- FlowServiceChineseName 状态机所属服务中文名
-
setFlowServiceChineseName
public void setFlowServiceChineseName(String FlowServiceChineseName)
Set 状态机所属服务中文名- Parameters:
FlowServiceChineseName
- 状态机所属服务中文名
-
getRoleResource
public String getRoleResource()
Get 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachine- Returns:
- RoleResource 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachine
-
setRoleResource
public void setRoleResource(String RoleResource)
Set 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachine- Parameters:
RoleResource
- 角色资源名, 比如: qcs::cam::uin/20103392:roleName/SomeRoleForYourStateMachine
-
getDescription
public String getDescription()
Get 备注- Returns:
- Description 备注
-
setDescription
public void setDescription(String Description)
Set 备注- Parameters:
Description
- 备注
-
getEnableCLS
public Boolean getEnableCLS()
Get 是否开启CLS日志投递功能- Returns:
- EnableCLS 是否开启CLS日志投递功能
-
setEnableCLS
public void setEnableCLS(Boolean EnableCLS)
Set 是否开启CLS日志投递功能- Parameters:
EnableCLS
- 是否开启CLS日志投递功能
-
getInput
public String getInput()
Get 该状态机的默认输入- Returns:
- Input 该状态机的默认输入
-
setInput
public void setInput(String Input)
Set 该状态机的默认输入- Parameters:
Input
- 该状态机的默认输入
-
-