Class DescribeFlowServiceDetailResponse


  • public class DescribeFlowServiceDetailResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeFlowServiceDetailResponse

        public DescribeFlowServiceDetailResponse()
      • DescribeFlowServiceDetailResponse

        public DescribeFlowServiceDetailResponse​(DescribeFlowServiceDetailResponse 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

      • getFlowServiceName

        public String getFlowServiceName()
        Get 状态机所属服务名
        Returns:
        FlowServiceName 状态机所属服务名
      • setFlowServiceName

        public void setFlowServiceName​(String FlowServiceName)
        Set 状态机所属服务名
        Parameters:
        FlowServiceName - 状态机所属服务名
      • getStatus

        public String getStatus()
        Get 状态机状态
        Returns:
        Status 状态机状态
      • setStatus

        public void setStatus​(String Status)
        Set 状态机状态
        Parameters:
        Status - 状态机状态
      • getDefinition

        public String getDefinition()
        Get 定义文本(JSON格式) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Definition 定义文本(JSON格式) 注意:此字段可能返回 null,表示取不到有效值。
      • setDefinition

        public void setDefinition​(String Definition)
        Set 定义文本(JSON格式) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Definition - 定义文本(JSON格式) 注意:此字段可能返回 null,表示取不到有效值。
      • getRoleResource

        public String getRoleResource()
        Get 角色资源名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RoleResource 角色资源名 注意:此字段可能返回 null,表示取不到有效值。
      • setRoleResource

        public void setRoleResource​(String RoleResource)
        Set 角色资源名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RoleResource - 角色资源名 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public String getType()
        Get 状态机的类型,可以为 (EXPRESS/STANDARD)
        Returns:
        Type 状态机的类型,可以为 (EXPRESS/STANDARD)
      • setType

        public void setType​(String Type)
        Set 状态机的类型,可以为 (EXPRESS/STANDARD)
        Parameters:
        Type - 状态机的类型,可以为 (EXPRESS/STANDARD)
      • getCreateDate

        public String getCreateDate()
        Get 生成时间
        Returns:
        CreateDate 生成时间
      • setCreateDate

        public void setCreateDate​(String CreateDate)
        Set 生成时间
        Parameters:
        CreateDate - 生成时间
      • getDescription

        public String getDescription()
        Get 备注 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 备注 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 备注 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 备注 注意:此字段可能返回 null,表示取不到有效值。
      • getFlowServiceChineseName

        public String getFlowServiceChineseName()
        Get 状态机所属服务中文名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FlowServiceChineseName 状态机所属服务中文名 注意:此字段可能返回 null,表示取不到有效值。
      • setFlowServiceChineseName

        public void setFlowServiceChineseName​(String FlowServiceChineseName)
        Set 状态机所属服务中文名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FlowServiceChineseName - 状态机所属服务中文名 注意:此字段可能返回 null,表示取不到有效值。
      • getEnableCLS

        public Boolean getEnableCLS()
        Get 是否开启日志CLS服务 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EnableCLS 是否开启日志CLS服务 注意:此字段可能返回 null,表示取不到有效值。
      • setEnableCLS

        public void setEnableCLS​(Boolean EnableCLS)
        Set 是否开启日志CLS服务 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EnableCLS - 是否开启日志CLS服务 注意:此字段可能返回 null,表示取不到有效值。
      • getCLSUrl

        public String getCLSUrl()
        Get CLS日志查看地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CLSUrl CLS日志查看地址 注意:此字段可能返回 null,表示取不到有效值。
      • setCLSUrl

        public void setCLSUrl​(String CLSUrl)
        Set CLS日志查看地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CLSUrl - CLS日志查看地址 注意:此字段可能返回 null,表示取不到有效值。
      • getFlowInput

        public String getFlowInput()
        Get 工作流提示输入 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FlowInput 工作流提示输入 注意:此字段可能返回 null,表示取不到有效值。
      • setFlowInput

        public void setFlowInput​(String FlowInput)
        Set 工作流提示输入 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FlowInput - 工作流提示输入 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。