Class GetExecutionResponse

    • Method Detail

      • executionId

        public final String executionId()

        The ID for this specific execution.

        Returns:
        The ID for this specific execution.
      • executionStatus

        public final ExecutionStatus executionStatus()

        The status of this specific execution.

        Returns:
        The status of this specific execution.
      • export

        public final Export export()

        The export data for this specific execution. This export data is a snapshot from when the execution was generated. The data could be different from the current export data if the export was updated since the execution was generated.

        Returns:
        The export data for this specific execution. This export data is a snapshot from when the execution was generated. The data could be different from the current export data if the export was updated since the execution was generated.
      • 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