@API(value=Experimental) public final class TestTag extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
static TestTag |
create(java.lang.String name)
Create a
TestTag from the supplied name. |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Get the name of this tag.
|
int |
hashCode() |
java.lang.String |
toString() |
public static TestTag create(java.lang.String name)
TestTag from the supplied name.name - the name of the tag; must not be null or blankpublic java.lang.String getName()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object