Class StageRepresentation

    • Field Detail

      • state

        protected String state
      • startedDate

        protected Date startedDate
      • endedDate

        protected Date endedDate
    • Constructor Detail

      • StageRepresentation

        public StageRepresentation​(String name,
                                   String state,
                                   Date startedDate,
                                   Date endedDate)
    • Method Detail

      • getName

        public String getName()
      • getState

        public String getState()
      • getStartedDate

        public Date getStartedDate()
      • getEndedDate

        public Date getEndedDate()