public static final class JkTestResult.JkTestIdentifier
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JkTestResult.JkTestIdentifier.JkType |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
java.lang.String |
getId() |
java.util.Set<java.lang.String> |
getTags() |
JkTestResult.JkTestIdentifier.JkType |
getType() |
static JkTestResult.JkTestIdentifier |
of(JkTestResult.JkTestIdentifier.JkType type,
java.lang.String id,
java.lang.String displayName,
java.util.Set<java.lang.String> tags) |
java.lang.String |
toString() |
public static JkTestResult.JkTestIdentifier of(JkTestResult.JkTestIdentifier.JkType type, java.lang.String id, java.lang.String displayName, java.util.Set<java.lang.String> tags)
public JkTestResult.JkTestIdentifier.JkType getType()
public java.lang.String getId()
public java.lang.String getDisplayName()
public java.util.Set<java.lang.String> getTags()
public java.lang.String toString()
toString
in class java.lang.Object