Class GlossaryTermEntityRequestV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.GlossaryTermEntityRequestV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class GlossaryTermEntityRequestV2 extends java.lang.ObjectGlossaryTerm object.
-
-
Constructor Summary
Constructors Constructor Description GlossaryTermEntityRequestV2()
-
Method Summary
-
-
-
Method Detail
-
urn
public GlossaryTermEntityRequestV2 urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Unique id for glossaryTerm- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
glossaryTermKey
public GlossaryTermEntityRequestV2 glossaryTermKey(GlossaryTermKeyAspectRequestV2 glossaryTermKey)
-
getGlossaryTermKey
@Valid public @Valid GlossaryTermKeyAspectRequestV2 getGlossaryTermKey()
Get glossaryTermKey- Returns:
- glossaryTermKey
-
setGlossaryTermKey
public void setGlossaryTermKey(GlossaryTermKeyAspectRequestV2 glossaryTermKey)
-
glossaryTermInfo
public GlossaryTermEntityRequestV2 glossaryTermInfo(GlossaryTermInfoAspectRequestV2 glossaryTermInfo)
-
getGlossaryTermInfo
@Valid public @Valid GlossaryTermInfoAspectRequestV2 getGlossaryTermInfo()
Get glossaryTermInfo- Returns:
- glossaryTermInfo
-
setGlossaryTermInfo
public void setGlossaryTermInfo(GlossaryTermInfoAspectRequestV2 glossaryTermInfo)
-
glossaryRelatedTerms
public GlossaryTermEntityRequestV2 glossaryRelatedTerms(GlossaryRelatedTermsAspectRequestV2 glossaryRelatedTerms)
-
getGlossaryRelatedTerms
@Valid public @Valid GlossaryRelatedTermsAspectRequestV2 getGlossaryRelatedTerms()
Get glossaryRelatedTerms- Returns:
- glossaryRelatedTerms
-
setGlossaryRelatedTerms
public void setGlossaryRelatedTerms(GlossaryRelatedTermsAspectRequestV2 glossaryRelatedTerms)
-
institutionalMemory
public GlossaryTermEntityRequestV2 institutionalMemory(InstitutionalMemoryAspectRequestV2 institutionalMemory)
-
getInstitutionalMemory
@Valid public @Valid InstitutionalMemoryAspectRequestV2 getInstitutionalMemory()
Get institutionalMemory- Returns:
- institutionalMemory
-
setInstitutionalMemory
public void setInstitutionalMemory(InstitutionalMemoryAspectRequestV2 institutionalMemory)
-
schemaMetadata
public GlossaryTermEntityRequestV2 schemaMetadata(SchemaMetadataAspectRequestV2 schemaMetadata)
-
getSchemaMetadata
@Valid public @Valid SchemaMetadataAspectRequestV2 getSchemaMetadata()
Get schemaMetadata- Returns:
- schemaMetadata
-
setSchemaMetadata
public void setSchemaMetadata(SchemaMetadataAspectRequestV2 schemaMetadata)
-
ownership
public GlossaryTermEntityRequestV2 ownership(OwnershipAspectRequestV2 ownership)
-
getOwnership
@Valid public @Valid OwnershipAspectRequestV2 getOwnership()
Get ownership- Returns:
- ownership
-
setOwnership
public void setOwnership(OwnershipAspectRequestV2 ownership)
-
deprecation
public GlossaryTermEntityRequestV2 deprecation(DeprecationAspectRequestV2 deprecation)
-
getDeprecation
@Valid public @Valid DeprecationAspectRequestV2 getDeprecation()
Get deprecation- Returns:
- deprecation
-
setDeprecation
public void setDeprecation(DeprecationAspectRequestV2 deprecation)
-
domains
public GlossaryTermEntityRequestV2 domains(DomainsAspectRequestV2 domains)
-
getDomains
@Valid public @Valid DomainsAspectRequestV2 getDomains()
Get domains- Returns:
- domains
-
setDomains
public void setDomains(DomainsAspectRequestV2 domains)
-
status
public GlossaryTermEntityRequestV2 status(StatusAspectRequestV2 status)
-
getStatus
@Valid public @Valid StatusAspectRequestV2 getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(StatusAspectRequestV2 status)
-
browsePaths
public GlossaryTermEntityRequestV2 browsePaths(BrowsePathsAspectRequestV2 browsePaths)
-
getBrowsePaths
@Valid public @Valid BrowsePathsAspectRequestV2 getBrowsePaths()
Get browsePaths- Returns:
- browsePaths
-
setBrowsePaths
public void setBrowsePaths(BrowsePathsAspectRequestV2 browsePaths)
-
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
-
-