Class DataPlatformEntityResponseV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataPlatformEntityResponseV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataPlatformEntityResponseV2 extends java.lang.ObjectDataPlatform object.
-
-
Constructor Summary
Constructors Constructor Description DataPlatformEntityResponseV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataPlatformEntityResponseV2dataPlatformInfo(DataPlatformInfoAspectResponseV2 dataPlatformInfo)DataPlatformEntityResponseV2dataPlatformKey(DataPlatformKeyAspectResponseV2 dataPlatformKey)booleanequals(java.lang.Object o)@Valid DataPlatformInfoAspectResponseV2getDataPlatformInfo()Get dataPlatformInfo@Valid DataPlatformKeyAspectResponseV2getDataPlatformKey()Get dataPlatformKey@NotNull java.lang.StringgetUrn()Unique id for dataPlatforminthashCode()voidsetDataPlatformInfo(DataPlatformInfoAspectResponseV2 dataPlatformInfo)voidsetDataPlatformKey(DataPlatformKeyAspectResponseV2 dataPlatformKey)voidsetUrn(java.lang.String urn)java.lang.StringtoString()DataPlatformEntityResponseV2urn(java.lang.String urn)
-
-
-
Method Detail
-
urn
public DataPlatformEntityResponseV2 urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Unique id for dataPlatform- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
dataPlatformKey
public DataPlatformEntityResponseV2 dataPlatformKey(DataPlatformKeyAspectResponseV2 dataPlatformKey)
-
getDataPlatformKey
@Valid public @Valid DataPlatformKeyAspectResponseV2 getDataPlatformKey()
Get dataPlatformKey- Returns:
- dataPlatformKey
-
setDataPlatformKey
public void setDataPlatformKey(DataPlatformKeyAspectResponseV2 dataPlatformKey)
-
dataPlatformInfo
public DataPlatformEntityResponseV2 dataPlatformInfo(DataPlatformInfoAspectResponseV2 dataPlatformInfo)
-
getDataPlatformInfo
@Valid public @Valid DataPlatformInfoAspectResponseV2 getDataPlatformInfo()
Get dataPlatformInfo- Returns:
- dataPlatformInfo
-
setDataPlatformInfo
public void setDataPlatformInfo(DataPlatformInfoAspectResponseV2 dataPlatformInfo)
-
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
-
-