Package com.dnanexus

Class DXJob.StateTransition

  • Enclosing class:
    DXJob

    public static final class DXJob.StateTransition
    extends Object
    A event where a job transitioned from one state to another.
    • Method Detail

      • getNewState

        public JobState getNewState()
        Returns the state of the job after the transition.
        Returns:
        new job state
      • getSetAt

        public Date getSetAt()
        Returns the date at which the new state became effective.
        Returns:
        transition time
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object