Class WorkflowDefinitionMetadata

    • Constructor Detail

      • WorkflowDefinitionMetadata

        public WorkflowDefinitionMetadata()
    • 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 WorkflowDefinitionMetadata lastDeployedVersion​(String lastDeployedVersion)
        lastDeployedVersion.
        Returns:
        WorkflowDefinitionMetadata
      • getLastDeployedVersion

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

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

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

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

        public String getName()
        Get name.
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • getTriggerUrl

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

        public void setTriggerUrl​(String triggerUrl)
        setTriggerUrl.
      • 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