Class TestEntityResponseV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.TestEntityResponseV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class TestEntityResponseV2 extends java.lang.ObjectA DataHub test
-
-
Constructor Summary
Constructors Constructor Description TestEntityResponseV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Valid TestInfoAspectResponseV2getTestInfo()Get testInfo@Valid TestKeyAspectResponseV2getTestKey()Get testKey@NotNull java.lang.StringgetUrn()Unique id for testinthashCode()voidsetTestInfo(TestInfoAspectResponseV2 testInfo)voidsetTestKey(TestKeyAspectResponseV2 testKey)voidsetUrn(java.lang.String urn)TestEntityResponseV2testInfo(TestInfoAspectResponseV2 testInfo)TestEntityResponseV2testKey(TestKeyAspectResponseV2 testKey)java.lang.StringtoString()TestEntityResponseV2urn(java.lang.String urn)
-
-
-
Method Detail
-
urn
public TestEntityResponseV2 urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Unique id for test- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
testKey
public TestEntityResponseV2 testKey(TestKeyAspectResponseV2 testKey)
-
getTestKey
@Valid public @Valid TestKeyAspectResponseV2 getTestKey()
Get testKey- Returns:
- testKey
-
setTestKey
public void setTestKey(TestKeyAspectResponseV2 testKey)
-
testInfo
public TestEntityResponseV2 testInfo(TestInfoAspectResponseV2 testInfo)
-
getTestInfo
@Valid public @Valid TestInfoAspectResponseV2 getTestInfo()
Get testInfo- Returns:
- testInfo
-
setTestInfo
public void setTestInfo(TestInfoAspectResponseV2 testInfo)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-