* The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID. *
*/ private String runId; /** ** A list of the node IDs for the nodes that were actually restarted. *
*/ private java.util.List* The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID. *
* * @param runId * The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID. */ public void setRunId(String runId) { this.runId = runId; } /** ** The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID. *
* * @return The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID. */ public String getRunId() { return this.runId; } /** ** The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID. *
* * @param runId * The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID. * @return Returns a reference to this object so that method calls can be chained together. */ public ResumeWorkflowRunResult withRunId(String runId) { setRunId(runId); return this; } /** ** A list of the node IDs for the nodes that were actually restarted. *
* * @return A list of the node IDs for the nodes that were actually restarted. */ public java.util.List* A list of the node IDs for the nodes that were actually restarted. *
* * @param nodeIds * A list of the node IDs for the nodes that were actually restarted. */ public void setNodeIds(java.util.Collection* A list of the node IDs for the nodes that were actually restarted. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setNodeIds(java.util.Collection)} or {@link #withNodeIds(java.util.Collection)} if you want to override * the existing values. *
* * @param nodeIds * A list of the node IDs for the nodes that were actually restarted. * @return Returns a reference to this object so that method calls can be chained together. */ public ResumeWorkflowRunResult withNodeIds(String... nodeIds) { if (this.nodeIds == null) { setNodeIds(new java.util.ArrayList* A list of the node IDs for the nodes that were actually restarted. *
* * @param nodeIds * A list of the node IDs for the nodes that were actually restarted. * @return Returns a reference to this object so that method calls can be chained together. */ public ResumeWorkflowRunResult withNodeIds(java.util.Collection