Class TestGridSessionAction

    • Method Detail

      • action

        public final String action()

        The action taken by the session.

        Returns:
        The action taken by the session.
      • started

        public final Instant started()

        The time that the session invoked the action.

        Returns:
        The time that the session invoked the action.
      • duration

        public final Long duration()

        The time, in milliseconds, that the action took to complete in the browser.

        Returns:
        The time, in milliseconds, that the action took to complete in the browser.
      • statusCode

        public final String statusCode()

        HTTP status code returned to the browser when the action was taken.

        Returns:
        HTTP status code returned to the browser when the action was taken.
      • requestMethod

        public final String requestMethod()

        HTTP method that the browser used to make the request.

        Returns:
        HTTP method that the browser used to make the request.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)