Class WorkflowDefinitionWithId

    • Constructor Detail

      • WorkflowDefinitionWithId

        public WorkflowDefinitionWithId()
    • Method Detail

      • getAccountId

        public String getAccountId()
        Get accountId.
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(String accountId)
        setAccountId.
      • getCreatedDate

        public String getCreatedDate()
        The date the workflow was created.
        Returns:
        createdDate
      • setCreatedDate

        public void setCreatedDate​(String createdDate)
        setCreatedDate.
      • getId

        public String getId()
        Get id.
        Returns:
        id
      • setId

        public void setId​(String id)
        setId.
      • isIsDraft

        public Boolean isIsDraft()
        Get isDraft.
        Returns:
        isDraft
      • setIsDraft

        public void setIsDraft​(Boolean isDraft)
        setIsDraft.
      • getLastDeployedId

        public String getLastDeployedId()
        Get lastDeployedId.
        Returns:
        lastDeployedId
      • setLastDeployedId

        public void setLastDeployedId​(String lastDeployedId)
        setLastDeployedId.
      • lastDeployedVersion

        public WorkflowDefinitionWithId lastDeployedVersion​(String lastDeployedVersion)
        lastDeployedVersion.
        Returns:
        WorkflowDefinitionWithId
      • getLastDeployedVersion

        public String getLastDeployedVersion()
        Get lastDeployedVersion.
        Returns:
        lastDeployedVersion
      • setLastDeployedVersion

        public void setLastDeployedVersion​(String lastDeployedVersion)
        setLastDeployedVersion.
      • lastDeployedWorkflowDefinition

        public WorkflowDefinitionWithId lastDeployedWorkflowDefinition​(WorkflowDefinition lastDeployedWorkflowDefinition)
        lastDeployedWorkflowDefinition.
        Returns:
        WorkflowDefinitionWithId
      • getLastDeployedWorkflowDefinition

        public WorkflowDefinition getLastDeployedWorkflowDefinition()
        Get lastDeployedWorkflowDefinition.
        Returns:
        lastDeployedWorkflowDefinition
      • setLastDeployedWorkflowDefinition

        public void setLastDeployedWorkflowDefinition​(WorkflowDefinition lastDeployedWorkflowDefinition)
        setLastDeployedWorkflowDefinition.
      • getLastUpdatedDate

        public String getLastUpdatedDate()
        The date the workflow was last updated.
        Returns:
        lastUpdatedDate
      • setLastUpdatedDate

        public void setLastUpdatedDate​(String lastUpdatedDate)
        setLastUpdatedDate.
      • getTriggerUrl

        public String getTriggerUrl()
        Get triggerUrl.
        Returns:
        triggerUrl
      • setTriggerUrl

        public void setTriggerUrl​(String triggerUrl)
        setTriggerUrl.
      • getValidationErrors

        public List<ValidationErrors> getValidationErrors()
        Get validationErrors.
        Returns:
        validationErrors
      • setValidationErrors

        public void setValidationErrors​(List<ValidationErrors> validationErrors)
        setValidationErrors.
      • getWorkflowDefinition

        public WorkflowDefinition getWorkflowDefinition()
        Get workflowDefinition.
        Returns:
        workflowDefinition
      • setWorkflowDefinition

        public void setWorkflowDefinition​(WorkflowDefinition workflowDefinition)
        setWorkflowDefinition.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object