public class Run
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Specifies the runId
of a workflow execution.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
runId
The
runId of a workflow execution. |
Constructor and Description |
---|
Run() |
Modifier and Type | Method and Description |
---|---|
Run |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRunId()
The
runId of a workflow execution. |
int |
hashCode() |
void |
setRunId(java.lang.String runId)
The
runId of a workflow execution. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Run |
withRunId(java.lang.String runId)
The
runId of a workflow execution. |
private java.lang.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.
public void setRunId(java.lang.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.
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.public java.lang.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.
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.public Run withRunId(java.lang.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.
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.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Run clone()
clone
in class java.lang.Object