Class SignalWorkflowExecutionRequest

    • Constructor Detail

      • SignalWorkflowExecutionRequest

        public SignalWorkflowExecutionRequest()
    • Method Detail

      • setDomain

        public void setDomain​(String domain)

        The name of the domain containing the workflow execution to signal.

        Parameters:
        domain - The name of the domain containing the workflow execution to signal.
      • getDomain

        public String getDomain()

        The name of the domain containing the workflow execution to signal.

        Returns:
        The name of the domain containing the workflow execution to signal.
      • withDomain

        public SignalWorkflowExecutionRequest withDomain​(String domain)

        The name of the domain containing the workflow execution to signal.

        Parameters:
        domain - The name of the domain containing the workflow execution to signal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setWorkflowId

        public void setWorkflowId​(String workflowId)

        The workflowId of the workflow execution to signal.

        Parameters:
        workflowId - The workflowId of the workflow execution to signal.
      • getWorkflowId

        public String getWorkflowId()

        The workflowId of the workflow execution to signal.

        Returns:
        The workflowId of the workflow execution to signal.
      • withWorkflowId

        public SignalWorkflowExecutionRequest withWorkflowId​(String workflowId)

        The workflowId of the workflow execution to signal.

        Parameters:
        workflowId - The workflowId of the workflow execution to signal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRunId

        public void setRunId​(String runId)

        The runId of the workflow execution to signal.

        Parameters:
        runId - The runId of the workflow execution to signal.
      • getRunId

        public String getRunId()

        The runId of the workflow execution to signal.

        Returns:
        The runId of the workflow execution to signal.
      • withRunId

        public SignalWorkflowExecutionRequest withRunId​(String runId)

        The runId of the workflow execution to signal.

        Parameters:
        runId - The runId of the workflow execution to signal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSignalName

        public void setSignalName​(String signalName)

        The name of the signal. This name must be meaningful to the target workflow.

        Parameters:
        signalName - The name of the signal. This name must be meaningful to the target workflow.
      • getSignalName

        public String getSignalName()

        The name of the signal. This name must be meaningful to the target workflow.

        Returns:
        The name of the signal. This name must be meaningful to the target workflow.
      • withSignalName

        public SignalWorkflowExecutionRequest withSignalName​(String signalName)

        The name of the signal. This name must be meaningful to the target workflow.

        Parameters:
        signalName - The name of the signal. This name must be meaningful to the target workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInput

        public void setInput​(String input)

        Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

        Parameters:
        input - Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
      • getInput

        public String getInput()

        Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

        Returns:
        Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
      • withInput

        public SignalWorkflowExecutionRequest withInput​(String input)

        Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

        Parameters:
        input - Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
        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