Class GetSessionActionResponse

    • Method Detail

      • definition

        public final SessionActionDefinition definition()

        The session action definition.

        Returns:
        The session action definition.
      • endedAt

        public final Instant endedAt()

        The date and time the resource ended running.

        Returns:
        The date and time the resource ended running.
      • processExitCode

        public final Integer processExitCode()

        The exit code to exit the session.

        Returns:
        The exit code to exit the session.
      • progressMessage

        public final String progressMessage()

        The message that communicates the progress of the session action.

        Returns:
        The message that communicates the progress of the session action.
      • progressPercent

        public final Float progressPercent()

        The percentage completed for a session action.

        Returns:
        The percentage completed for a session action.
      • sessionActionId

        public final String sessionActionId()

        The session action ID.

        Returns:
        The session action ID.
      • sessionId

        public final String sessionId()

        The session ID for the session action.

        Returns:
        The session ID for the session action.
      • startedAt

        public final Instant startedAt()

        The date and time the resource started running.

        Returns:
        The date and time the resource started running.
      • workerUpdatedAt

        public final Instant workerUpdatedAt()

        The Linux timestamp of the date and time the session action was last updated.

        Returns:
        The Linux timestamp of the date and time the session action was last updated.
      • 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