public class WorkflowExecutionFilter
extends java.lang.Object
implements java.io.Serializable
Used to filter the workflow executions in visibility APIs by their workflowId .
| コンストラクタと説明 |
|---|
WorkflowExecutionFilter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWorkflowId()
The workflowId to pass of match the criteria of this filter.
|
int |
hashCode() |
void |
setWorkflowId(java.lang.String workflowId)
The workflowId to pass of match the criteria of this filter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WorkflowExecutionFilter |
withWorkflowId(java.lang.String workflowId)
The workflowId to pass of match the criteria of this filter.
|
public java.lang.String getWorkflowId()
Constraints:
Length: 1 - 256
public void setWorkflowId(java.lang.String workflowId)
Constraints:
Length: 1 - 256
workflowId - The workflowId to pass of match the criteria of this filter.public WorkflowExecutionFilter withWorkflowId(java.lang.String workflowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
workflowId - The workflowId to pass of match the criteria of this filter.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