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