public class TagFilter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Used to filter the workflow executions in visibility APIs based on a tag.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
tag
Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.
|
Constructor and Description |
---|
TagFilter() |
Modifier and Type | Method and Description |
---|---|
TagFilter |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTag()
Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.
|
int |
hashCode() |
void |
setTag(java.lang.String tag)
Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TagFilter |
withTag(java.lang.String tag)
Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.
|
private java.lang.String tag
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
public void setTag(java.lang.String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
tag
- Required.public java.lang.String getTag()
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
public TagFilter withTag(java.lang.String tag)
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
tag
- Required.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 TagFilter clone()
clone
in class java.lang.Object