Class DataFlowEntityRequestV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataFlowEntityRequestV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataFlowEntityRequestV2 extends java.lang.ObjectDataFlow object.
-
-
Constructor Summary
Constructors Constructor Description DataFlowEntityRequestV2()
-
Method Summary
-
-
-
Method Detail
-
urn
public DataFlowEntityRequestV2 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 DataFlowEntityRequestV2 dataFlowKey(DataFlowKeyAspectRequestV2 dataFlowKey)
-
getDataFlowKey
@Valid public @Valid DataFlowKeyAspectRequestV2 getDataFlowKey()
Get dataFlowKey- Returns:
- dataFlowKey
-
setDataFlowKey
public void setDataFlowKey(DataFlowKeyAspectRequestV2 dataFlowKey)
-
domains
public DataFlowEntityRequestV2 domains(DomainsAspectRequestV2 domains)
-
getDomains
@Valid public @Valid DomainsAspectRequestV2 getDomains()
Get domains- Returns:
- domains
-
setDomains
public void setDomains(DomainsAspectRequestV2 domains)
-
deprecation
public DataFlowEntityRequestV2 deprecation(DeprecationAspectRequestV2 deprecation)
-
getDeprecation
@Valid public @Valid DeprecationAspectRequestV2 getDeprecation()
Get deprecation- Returns:
- deprecation
-
setDeprecation
public void setDeprecation(DeprecationAspectRequestV2 deprecation)
-
versionInfo
public DataFlowEntityRequestV2 versionInfo(VersionInfoAspectRequestV2 versionInfo)
-
getVersionInfo
@Valid public @Valid VersionInfoAspectRequestV2 getVersionInfo()
Get versionInfo- Returns:
- versionInfo
-
setVersionInfo
public void setVersionInfo(VersionInfoAspectRequestV2 versionInfo)
-
dataFlowInfo
public DataFlowEntityRequestV2 dataFlowInfo(DataFlowInfoAspectRequestV2 dataFlowInfo)
-
getDataFlowInfo
@Valid public @Valid DataFlowInfoAspectRequestV2 getDataFlowInfo()
Get dataFlowInfo- Returns:
- dataFlowInfo
-
setDataFlowInfo
public void setDataFlowInfo(DataFlowInfoAspectRequestV2 dataFlowInfo)
-
editableDataFlowProperties
public DataFlowEntityRequestV2 editableDataFlowProperties(EditableDataFlowPropertiesAspectRequestV2 editableDataFlowProperties)
-
getEditableDataFlowProperties
@Valid public @Valid EditableDataFlowPropertiesAspectRequestV2 getEditableDataFlowProperties()
Get editableDataFlowProperties- Returns:
- editableDataFlowProperties
-
setEditableDataFlowProperties
public void setEditableDataFlowProperties(EditableDataFlowPropertiesAspectRequestV2 editableDataFlowProperties)
-
ownership
public DataFlowEntityRequestV2 ownership(OwnershipAspectRequestV2 ownership)
-
getOwnership
@Valid public @Valid OwnershipAspectRequestV2 getOwnership()
Get ownership- Returns:
- ownership
-
setOwnership
public void setOwnership(OwnershipAspectRequestV2 ownership)
-
status
public DataFlowEntityRequestV2 status(StatusAspectRequestV2 status)
-
getStatus
@Valid public @Valid StatusAspectRequestV2 getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(StatusAspectRequestV2 status)
-
globalTags
public DataFlowEntityRequestV2 globalTags(GlobalTagsAspectRequestV2 globalTags)
-
getGlobalTags
@Valid public @Valid GlobalTagsAspectRequestV2 getGlobalTags()
Get globalTags- Returns:
- globalTags
-
setGlobalTags
public void setGlobalTags(GlobalTagsAspectRequestV2 globalTags)
-
browsePaths
public DataFlowEntityRequestV2 browsePaths(BrowsePathsAspectRequestV2 browsePaths)
-
getBrowsePaths
@Valid public @Valid BrowsePathsAspectRequestV2 getBrowsePaths()
Get browsePaths- Returns:
- browsePaths
-
setBrowsePaths
public void setBrowsePaths(BrowsePathsAspectRequestV2 browsePaths)
-
glossaryTerms
public DataFlowEntityRequestV2 glossaryTerms(GlossaryTermsAspectRequestV2 glossaryTerms)
-
getGlossaryTerms
@Valid public @Valid GlossaryTermsAspectRequestV2 getGlossaryTerms()
Get glossaryTerms- Returns:
- glossaryTerms
-
setGlossaryTerms
public void setGlossaryTerms(GlossaryTermsAspectRequestV2 glossaryTerms)
-
institutionalMemory
public DataFlowEntityRequestV2 institutionalMemory(InstitutionalMemoryAspectRequestV2 institutionalMemory)
-
getInstitutionalMemory
@Valid public @Valid InstitutionalMemoryAspectRequestV2 getInstitutionalMemory()
Get institutionalMemory- Returns:
- institutionalMemory
-
setInstitutionalMemory
public void setInstitutionalMemory(InstitutionalMemoryAspectRequestV2 institutionalMemory)
-
dataPlatformInstance
public DataFlowEntityRequestV2 dataPlatformInstance(DataPlatformInstanceAspectRequestV2 dataPlatformInstance)
-
getDataPlatformInstance
@Valid public @Valid DataPlatformInstanceAspectRequestV2 getDataPlatformInstance()
Get dataPlatformInstance- Returns:
- dataPlatformInstance
-
setDataPlatformInstance
public void setDataPlatformInstance(DataPlatformInstanceAspectRequestV2 dataPlatformInstance)
-
browsePathsV2
public DataFlowEntityRequestV2 browsePathsV2(BrowsePathsV2AspectRequestV2 browsePathsV2)
-
getBrowsePathsV2
@Valid public @Valid BrowsePathsV2AspectRequestV2 getBrowsePathsV2()
Get browsePathsV2- Returns:
- browsePathsV2
-
setBrowsePathsV2
public void setBrowsePathsV2(BrowsePathsV2AspectRequestV2 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
-
-