public class TagFilter extends Object implements Serializable, Cloneable
Used to filter the workflow executions in visibility APIs based on a tag.
| Constructor and Description |
|---|
TagFilter() |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
clone() |
boolean |
equals(Object obj) |
String |
getTag()
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
int |
hashCode() |
void |
setTag(String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagFilter |
withTag(String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
public void setTag(String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
tag - Required.public String getTag()
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
public TagFilter withTag(String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
tag - Required.public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.