Class WorkflowSearchResultStatus

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowSearchResultStatus
All Implemented Interfaces:
Serializable

public class WorkflowSearchResultStatus extends AtlanObject
See Also:
  • Constructor Details

    • WorkflowSearchResultStatus

      public WorkflowSearchResultStatus()
  • Method Details

    • getArtifactRepositoryRef

      public Object getArtifactRepositoryRef()
    • getCompressedNodes

      public String getCompressedNodes()
    • getNodes

      public Object getNodes()
    • getStoredTemplates

      public Object getStoredTemplates()
    • getStoredWorkflowTemplateSpec

      public Object getStoredWorkflowTemplateSpec()
    • getEstimatedDuration

      public Long getEstimatedDuration()
    • getPhase

      public AtlanWorkflowPhase getPhase()
    • getOutputs

      public WorkflowParameters getOutputs()
    • getStartedAt

      public String getStartedAt()
    • getFinishedAt

      public String getFinishedAt()
    • getMessage

      public String getMessage()
    • getProgress

      public String getProgress()
    • getConditions

      public List<Object> getConditions()
    • getResourcesDuration

      public Map<String,Long> getResourcesDuration()
    • getSynchronization

      public Map<String,Object> getSynchronization()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject