public class WorkflowExecutionFilter extends Object implements Serializable, Cloneable
Used to filter the workflow executions in visibility APIs by their workflowId.
| Constructor and Description |
|---|
WorkflowExecutionFilter() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionFilter |
clone() |
boolean |
equals(Object obj) |
String |
getWorkflowId()
The workflowId to pass of match the criteria of this filter.
|
int |
hashCode() |
void |
setWorkflowId(String workflowId)
The workflowId to pass of match the criteria of this filter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WorkflowExecutionFilter |
withWorkflowId(String workflowId)
The workflowId to pass of match the criteria of this filter.
|
public void setWorkflowId(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 String getWorkflowId()
The workflowId to pass of match the criteria of this filter.
public WorkflowExecutionFilter withWorkflowId(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 String toString()
toString in class ObjectObject.toString()public WorkflowExecutionFilter clone()
Copyright © 2016. All rights reserved.