Class ModifyFlowServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asw.v20200722.models.ModifyFlowServiceRequest
-
public class ModifyFlowServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyFlowServiceRequest()
ModifyFlowServiceRequest(ModifyFlowServiceRequest 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 定义JSONString
getDescription()
Get 状态机备注Boolean
getEnableCLS()
Get 是否允许日志投递String
getFlowServiceChineseName()
Get 状态机所属服务中文名String
getFlowServiceName()
Get 状态机所属服务名String
getFlowServiceResource()
Get 状态机资源名Boolean
getIsNewRole()
Get 是否是新角色String
getRoleResource()
Get 角色资源名String
getType()
Get 状态机类型void
setDefinition(String Definition)
Set 定义JSONvoid
setDescription(String Description)
Set 状态机备注void
setEnableCLS(Boolean EnableCLS)
Set 是否允许日志投递void
setFlowServiceChineseName(String FlowServiceChineseName)
Set 状态机所属服务中文名void
setFlowServiceName(String FlowServiceName)
Set 状态机所属服务名void
setFlowServiceResource(String FlowServiceResource)
Set 状态机资源名void
setIsNewRole(Boolean IsNewRole)
Set 是否是新角色void
setRoleResource(String RoleResource)
Set 角色资源名void
setType(String Type)
Set 状态机类型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
-
ModifyFlowServiceRequest
public ModifyFlowServiceRequest()
-
ModifyFlowServiceRequest
public ModifyFlowServiceRequest(ModifyFlowServiceRequest 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
-
getFlowServiceResource
public String getFlowServiceResource()
Get 状态机资源名- Returns:
- FlowServiceResource 状态机资源名
-
setFlowServiceResource
public void setFlowServiceResource(String FlowServiceResource)
Set 状态机资源名- Parameters:
FlowServiceResource
- 状态机资源名
-
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
- 状态机所属服务名
-
getFlowServiceChineseName
public String getFlowServiceChineseName()
Get 状态机所属服务中文名- Returns:
- FlowServiceChineseName 状态机所属服务中文名
-
setFlowServiceChineseName
public void setFlowServiceChineseName(String FlowServiceChineseName)
Set 状态机所属服务中文名- Parameters:
FlowServiceChineseName
- 状态机所属服务中文名
-
getIsNewRole
public Boolean getIsNewRole()
Get 是否是新角色- Returns:
- IsNewRole 是否是新角色
-
setIsNewRole
public void setIsNewRole(Boolean IsNewRole)
Set 是否是新角色- Parameters:
IsNewRole
- 是否是新角色
-
getType
public String getType()
Get 状态机类型- Returns:
- Type 状态机类型
-
setType
public void setType(String Type)
Set 状态机类型- Parameters:
Type
- 状态机类型
-
getRoleResource
public String getRoleResource()
Get 角色资源名- Returns:
- RoleResource 角色资源名
-
setRoleResource
public void setRoleResource(String RoleResource)
Set 角色资源名- Parameters:
RoleResource
- 角色资源名
-
getDescription
public String getDescription()
Get 状态机备注- Returns:
- Description 状态机备注
-
setDescription
public void setDescription(String Description)
Set 状态机备注- Parameters:
Description
- 状态机备注
-
getEnableCLS
public Boolean getEnableCLS()
Get 是否允许日志投递- Returns:
- EnableCLS 是否允许日志投递
-
setEnableCLS
public void setEnableCLS(Boolean EnableCLS)
Set 是否允许日志投递- Parameters:
EnableCLS
- 是否允许日志投递
-
-