public class Run extends Object implements Serializable
Specifies the runId
of a workflow execution.
Constructor and Description |
---|
Run() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getRunId()
The
runId of a workflow execution. |
int |
hashCode() |
void |
setRunId(String runId)
The
runId of a workflow execution. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Run |
withRunId(String runId)
The
runId of a workflow execution. |
public String getRunId()
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.
Constraints:
Length: 1 - 64
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(String runId)
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.
Constraints:
Length: 1 - 64
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 Run withRunId(String runId)
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 a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.