Class TestEntityRequestV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.TestEntityRequestV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class TestEntityRequestV2 extends java.lang.ObjectA DataHub test
-
-
Constructor Summary
Constructors Constructor Description TestEntityRequestV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Valid TestInfoAspectRequestV2getTestInfo()Get testInfo@Valid TestKeyAspectRequestV2getTestKey()Get testKey@NotNull java.lang.StringgetUrn()Unique id for testinthashCode()voidsetTestInfo(TestInfoAspectRequestV2 testInfo)voidsetTestKey(TestKeyAspectRequestV2 testKey)voidsetUrn(java.lang.String urn)TestEntityRequestV2testInfo(TestInfoAspectRequestV2 testInfo)TestEntityRequestV2testKey(TestKeyAspectRequestV2 testKey)java.lang.StringtoString()TestEntityRequestV2urn(java.lang.String urn)
-
-
-
Method Detail
-
urn
public TestEntityRequestV2 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 TestEntityRequestV2 testKey(TestKeyAspectRequestV2 testKey)
-
getTestKey
@Valid public @Valid TestKeyAspectRequestV2 getTestKey()
Get testKey- Returns:
- testKey
-
setTestKey
public void setTestKey(TestKeyAspectRequestV2 testKey)
-
testInfo
public TestEntityRequestV2 testInfo(TestInfoAspectRequestV2 testInfo)
-
getTestInfo
@Valid public @Valid TestInfoAspectRequestV2 getTestInfo()
Get testInfo- Returns:
- testInfo
-
setTestInfo
public void setTestInfo(TestInfoAspectRequestV2 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
-
-