Class TestResult
- java.lang.Object
-
- io.datahubproject.openapi.generated.TestResult
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-01-10T23:10:21.701017Z[Etc/UTC]") public class TestResult extends java.lang.Object
Information about a Test Result
-
-
Constructor Summary
Constructors Constructor Description TestResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
@NotNull java.lang.String
getTest()
The urn of the test@NotNull @Valid TestResultType
getType()
Get typeint
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)
-
-
-
Method Detail
-
test
public TestResult test(java.lang.String test)
-
getTest
@NotNull public @NotNull java.lang.String getTest()
The urn of the test- Returns:
- test
-
setTest
public void setTest(java.lang.String test)
-
type
public TestResult type(TestResultType type)
-
getType
@NotNull @Valid public @NotNull @Valid TestResultType getType()
Get type- Returns:
- type
-
setType
public void setType(TestResultType type)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-