Class AssessmentRunStateChange

    • Constructor Detail

      • AssessmentRunStateChange

        public AssessmentRunStateChange()
    • Method Detail

      • setStateChangedAt

        public void setStateChangedAt​(Date stateChangedAt)

        The last time the assessment run state changed.

        Parameters:
        stateChangedAt - The last time the assessment run state changed.
      • getStateChangedAt

        public Date getStateChangedAt()

        The last time the assessment run state changed.

        Returns:
        The last time the assessment run state changed.
      • withStateChangedAt

        public AssessmentRunStateChange withStateChangedAt​(Date stateChangedAt)

        The last time the assessment run state changed.

        Parameters:
        stateChangedAt - The last time the assessment run state changed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setState

        public void setState​(String state)

        The assessment run state.

        Parameters:
        state - The assessment run state.
        See Also:
        AssessmentRunState
      • getState

        public String getState()

        The assessment run state.

        Returns:
        The assessment run state.
        See Also:
        AssessmentRunState
      • withState

        public AssessmentRunStateChange withState​(String state)

        The assessment run state.

        Parameters:
        state - The assessment run state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssessmentRunState
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object