Class StateMachine

    • Constructor Detail

      • StateMachine

        public StateMachine()
      • StateMachine

        public StateMachine​(StateMachine 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 - 状态机资源
      • getType

        public String getType()
        Get 状态机类型。EXPRESS,STANDARD
        Returns:
        Type 状态机类型。EXPRESS,STANDARD
      • setType

        public void setType​(String Type)
        Set 状态机类型。EXPRESS,STANDARD
        Parameters:
        Type - 状态机类型。EXPRESS,STANDARD
      • 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 - 状态机中文名
      • getCreateDate

        public String getCreateDate()
        Get 创建时间。timestamp
        Returns:
        CreateDate 创建时间。timestamp
      • setCreateDate

        public void setCreateDate​(String CreateDate)
        Set 创建时间。timestamp
        Parameters:
        CreateDate - 创建时间。timestamp
      • getModifyDate

        public String getModifyDate()
        Get 修改时间。timestamp
        Returns:
        ModifyDate 修改时间。timestamp
      • setModifyDate

        public void setModifyDate​(String ModifyDate)
        Set 修改时间。timestamp
        Parameters:
        ModifyDate - 修改时间。timestamp
      • getStatus

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

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

        public String getCreator()
        Get 创建者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Creator 创建者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
      • setCreator

        public void setCreator​(String Creator)
        Set 创建者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Creator - 创建者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
      • getModifier

        public String getModifier()
        Get 修改者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Modifier 修改者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
      • setModifier

        public void setModifier​(String Modifier)
        Set 修改者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Modifier - 修改者的subAccountUin 注意:此字段可能返回 null,表示取不到有效值。
      • getFlowServiceId

        public String getFlowServiceId()
        Get 状态机id
        Returns:
        FlowServiceId 状态机id
      • setFlowServiceId

        public void setFlowServiceId​(String FlowServiceId)
        Set 状态机id
        Parameters:
        FlowServiceId - 状态机id
      • getTemplateId

        public String getTemplateId()
        Get 模板id
        Returns:
        TemplateId 模板id
      • setTemplateId

        public void setTemplateId​(String TemplateId)
        Set 模板id
        Parameters:
        TemplateId - 模板id
      • getDescription

        public String getDescription()
        Get 备注
        Returns:
        Description 备注
      • setDescription

        public void setDescription​(String Description)
        Set 备注
        Parameters:
        Description - 备注