@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class TestResult
extends java.lang.Object
| Constructor and Description |
|---|
TestResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
getTest()
The urn of the test
|
@NotNull @Valid TestResultType |
getType()
Get type
|
int |
hashCode() |
void |
setTest(java.lang.String test) |
void |
setType(TestResultType type) |
TestResult |
test(java.lang.String test) |
java.lang.String |
toString() |
TestResult |
type(TestResultType type) |
public TestResult test(java.lang.String test)
@NotNull public @NotNull java.lang.String getTest()
public void setTest(java.lang.String test)
public TestResult type(TestResultType type)
@NotNull @Valid public @NotNull @Valid TestResultType getType()
public void setType(TestResultType type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object