Class Run

    • Constructor Detail

      • Run

        public Run()
    • Method Detail

      • setRunId

        public void setRunId​(String runId)

        The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

        Parameters:
        runId - The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
      • getRunId

        public String getRunId()

        The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

        Returns:
        The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
      • withRunId

        public Run withRunId​(String runId)

        The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

        Parameters:
        runId - The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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