public class ModifyFlowServiceRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefinition()
Get 定义JSON
|
String |
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 定义JSON
|
void |
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyFlowServiceRequest()
public ModifyFlowServiceRequest(ModifyFlowServiceRequest source)
public String getFlowServiceResource()
public void setFlowServiceResource(String FlowServiceResource)
FlowServiceResource
- 状态机资源名public String getDefinition()
public void setDefinition(String Definition)
Definition
- 定义JSONpublic String getFlowServiceName()
public void setFlowServiceName(String FlowServiceName)
FlowServiceName
- 状态机所属服务名public String getFlowServiceChineseName()
public void setFlowServiceChineseName(String FlowServiceChineseName)
FlowServiceChineseName
- 状态机所属服务中文名public Boolean getIsNewRole()
public void setIsNewRole(Boolean IsNewRole)
IsNewRole
- 是否是新角色public String getType()
public void setType(String Type)
Type
- 状态机类型public String getRoleResource()
public void setRoleResource(String RoleResource)
RoleResource
- 角色资源名public String getDescription()
public void setDescription(String Description)
Description
- 状态机备注public Boolean getEnableCLS()
public void setEnableCLS(Boolean EnableCLS)
EnableCLS
- 是否允许日志投递Copyright © 2022. All rights reserved.