public class WorkflowExecutionFilter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Used to filter the workflow executions in visibility APIs by their
workflowId
.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
workflowId
The workflowId to pass of match the criteria of this filter.
|
Constructor and Description |
---|
WorkflowExecutionFilter() |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionFilter |
clone() |
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.
|
private java.lang.String workflowId
The workflowId to pass of match the criteria of this filter.
public void setWorkflowId(java.lang.String workflowId)
The workflowId to pass of match the criteria of this filter.
workflowId
- The workflowId to pass of match the criteria of this filter.public java.lang.String getWorkflowId()
The workflowId to pass of match the criteria of this filter.
public WorkflowExecutionFilter withWorkflowId(java.lang.String workflowId)
The workflowId to pass of match the criteria of this filter.
workflowId
- The workflowId to pass of match the criteria of this filter.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 WorkflowExecutionFilter clone()
clone
in class java.lang.Object