public class TagFilter
extends java.lang.Object
implements java.io.Serializable
Used to filter the workflow executions in visibility APIs based on a tag.
| コンストラクタと説明 |
|---|
TagFilter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTag()
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)
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)
Specifies the tag that must be associated with the execution for it to
meet the filter criteria.
|
public java.lang.String getTag()
Constraints:
Length: 1 - 256
public void setTag(java.lang.String tag)
Constraints:
Length: 1 - 256
tag - Specifies the tag that must be associated with the execution for it to
meet the filter criteria. This field is required.public TagFilter withTag(java.lang.String tag)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
tag - Specifies the tag that must be associated with the execution for it to
meet the filter criteria. This field is required.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