public class Run
extends java.lang.Object
implements java.io.Serializable
Specifies the runId of a workflow execution.
| コンストラクタと説明 |
|---|
Run() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object