Class DataFlowEntityResponseV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataFlowEntityResponseV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataFlowEntityResponseV2 extends java.lang.ObjectDataFlow object.
-
-
Constructor Summary
Constructors Constructor Description DataFlowEntityResponseV2()
-
Method Summary
-
-
-
Method Detail
-
urn
public DataFlowEntityResponseV2 urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Unique id for dataFlow- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
dataFlowKey
public DataFlowEntityResponseV2 dataFlowKey(DataFlowKeyAspectResponseV2 dataFlowKey)
-
getDataFlowKey
@Valid public @Valid DataFlowKeyAspectResponseV2 getDataFlowKey()
Get dataFlowKey- Returns:
- dataFlowKey
-
setDataFlowKey
public void setDataFlowKey(DataFlowKeyAspectResponseV2 dataFlowKey)
-
domains
public DataFlowEntityResponseV2 domains(DomainsAspectResponseV2 domains)
-
getDomains
@Valid public @Valid DomainsAspectResponseV2 getDomains()
Get domains- Returns:
- domains
-
setDomains
public void setDomains(DomainsAspectResponseV2 domains)
-
deprecation
public DataFlowEntityResponseV2 deprecation(DeprecationAspectResponseV2 deprecation)
-
getDeprecation
@Valid public @Valid DeprecationAspectResponseV2 getDeprecation()
Get deprecation- Returns:
- deprecation
-
setDeprecation
public void setDeprecation(DeprecationAspectResponseV2 deprecation)
-
versionInfo
public DataFlowEntityResponseV2 versionInfo(VersionInfoAspectResponseV2 versionInfo)
-
getVersionInfo
@Valid public @Valid VersionInfoAspectResponseV2 getVersionInfo()
Get versionInfo- Returns:
- versionInfo
-
setVersionInfo
public void setVersionInfo(VersionInfoAspectResponseV2 versionInfo)
-
dataFlowInfo
public DataFlowEntityResponseV2 dataFlowInfo(DataFlowInfoAspectResponseV2 dataFlowInfo)
-
getDataFlowInfo
@Valid public @Valid DataFlowInfoAspectResponseV2 getDataFlowInfo()
Get dataFlowInfo- Returns:
- dataFlowInfo
-
setDataFlowInfo
public void setDataFlowInfo(DataFlowInfoAspectResponseV2 dataFlowInfo)
-
editableDataFlowProperties
public DataFlowEntityResponseV2 editableDataFlowProperties(EditableDataFlowPropertiesAspectResponseV2 editableDataFlowProperties)
-
getEditableDataFlowProperties
@Valid public @Valid EditableDataFlowPropertiesAspectResponseV2 getEditableDataFlowProperties()
Get editableDataFlowProperties- Returns:
- editableDataFlowProperties
-
setEditableDataFlowProperties
public void setEditableDataFlowProperties(EditableDataFlowPropertiesAspectResponseV2 editableDataFlowProperties)
-
ownership
public DataFlowEntityResponseV2 ownership(OwnershipAspectResponseV2 ownership)
-
getOwnership
@Valid public @Valid OwnershipAspectResponseV2 getOwnership()
Get ownership- Returns:
- ownership
-
setOwnership
public void setOwnership(OwnershipAspectResponseV2 ownership)
-
status
public DataFlowEntityResponseV2 status(StatusAspectResponseV2 status)
-
getStatus
@Valid public @Valid StatusAspectResponseV2 getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(StatusAspectResponseV2 status)
-
globalTags
public DataFlowEntityResponseV2 globalTags(GlobalTagsAspectResponseV2 globalTags)
-
getGlobalTags
@Valid public @Valid GlobalTagsAspectResponseV2 getGlobalTags()
Get globalTags- Returns:
- globalTags
-
setGlobalTags
public void setGlobalTags(GlobalTagsAspectResponseV2 globalTags)
-
browsePaths
public DataFlowEntityResponseV2 browsePaths(BrowsePathsAspectResponseV2 browsePaths)
-
getBrowsePaths
@Valid public @Valid BrowsePathsAspectResponseV2 getBrowsePaths()
Get browsePaths- Returns:
- browsePaths
-
setBrowsePaths
public void setBrowsePaths(BrowsePathsAspectResponseV2 browsePaths)
-
glossaryTerms
public DataFlowEntityResponseV2 glossaryTerms(GlossaryTermsAspectResponseV2 glossaryTerms)
-
getGlossaryTerms
@Valid public @Valid GlossaryTermsAspectResponseV2 getGlossaryTerms()
Get glossaryTerms- Returns:
- glossaryTerms
-
setGlossaryTerms
public void setGlossaryTerms(GlossaryTermsAspectResponseV2 glossaryTerms)
-
institutionalMemory
public DataFlowEntityResponseV2 institutionalMemory(InstitutionalMemoryAspectResponseV2 institutionalMemory)
-
getInstitutionalMemory
@Valid public @Valid InstitutionalMemoryAspectResponseV2 getInstitutionalMemory()
Get institutionalMemory- Returns:
- institutionalMemory
-
setInstitutionalMemory
public void setInstitutionalMemory(InstitutionalMemoryAspectResponseV2 institutionalMemory)
-
dataPlatformInstance
public DataFlowEntityResponseV2 dataPlatformInstance(DataPlatformInstanceAspectResponseV2 dataPlatformInstance)
-
getDataPlatformInstance
@Valid public @Valid DataPlatformInstanceAspectResponseV2 getDataPlatformInstance()
Get dataPlatformInstance- Returns:
- dataPlatformInstance
-
setDataPlatformInstance
public void setDataPlatformInstance(DataPlatformInstanceAspectResponseV2 dataPlatformInstance)
-
browsePathsV2
public DataFlowEntityResponseV2 browsePathsV2(BrowsePathsV2AspectResponseV2 browsePathsV2)
-
getBrowsePathsV2
@Valid public @Valid BrowsePathsV2AspectResponseV2 getBrowsePathsV2()
Get browsePathsV2- Returns:
- browsePathsV2
-
setBrowsePathsV2
public void setBrowsePathsV2(BrowsePathsV2AspectResponseV2 browsePathsV2)
-
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
-
-