Class Node


  • public class Node
    extends Object
    • Constructor Detail

      • Node

        public Node()
    • Method Detail

      • setActions

        public void setActions​(List<Action> actions)
      • getEdges

        public List<Edge> getEdges()
      • setEdges

        public void setEdges​(List<Edge> edges)
      • getDisplayDescription

        public String getDisplayDescription()
      • setDisplayDescription

        public void setDisplayDescription​(String displayDescription)
      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getDurationInMillis

        public Long getDurationInMillis()
      • setDurationInMillis

        public void setDurationInMillis​(Long durationInMillis)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getResult

        public String getResult()
      • setResult

        public void setResult​(String result)
      • getStartTime

        public String getStartTime()
      • setStartTime

        public void setStartTime​(String startTime)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getFirstParent

        public String getFirstParent()
      • setFirstParent

        public void setFirstParent​(String firstParent)
      • getRestartable

        public Boolean getRestartable()
      • setRestartable

        public void setRestartable​(Boolean restartable)
      • setLinks

        public void setLinks​(JobRunLinks links)
      • getChildJobRuns

        public List<JobRun> getChildJobRuns()
      • setChildJobRuns

        public void setChildJobRuns​(List<JobRun> childJobRuns)
      • getLog

        public UUID getLog()
      • setLog

        public void setLog​(UUID log)
      • getSteps

        public List<Step> getSteps()
      • setSteps

        public void setSteps​(List<Step> steps)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object