Class GlossaryTermEntityResponseV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.GlossaryTermEntityResponseV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class GlossaryTermEntityResponseV2 extends java.lang.ObjectGlossaryTerm object.
-
-
Constructor Summary
Constructors Constructor Description GlossaryTermEntityResponseV2()
-
Method Summary
-
-
-
Method Detail
-
urn
public GlossaryTermEntityResponseV2 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 GlossaryTermEntityResponseV2 glossaryTermKey(GlossaryTermKeyAspectResponseV2 glossaryTermKey)
-
getGlossaryTermKey
@Valid public @Valid GlossaryTermKeyAspectResponseV2 getGlossaryTermKey()
Get glossaryTermKey- Returns:
- glossaryTermKey
-
setGlossaryTermKey
public void setGlossaryTermKey(GlossaryTermKeyAspectResponseV2 glossaryTermKey)
-
glossaryTermInfo
public GlossaryTermEntityResponseV2 glossaryTermInfo(GlossaryTermInfoAspectResponseV2 glossaryTermInfo)
-
getGlossaryTermInfo
@Valid public @Valid GlossaryTermInfoAspectResponseV2 getGlossaryTermInfo()
Get glossaryTermInfo- Returns:
- glossaryTermInfo
-
setGlossaryTermInfo
public void setGlossaryTermInfo(GlossaryTermInfoAspectResponseV2 glossaryTermInfo)
-
glossaryRelatedTerms
public GlossaryTermEntityResponseV2 glossaryRelatedTerms(GlossaryRelatedTermsAspectResponseV2 glossaryRelatedTerms)
-
getGlossaryRelatedTerms
@Valid public @Valid GlossaryRelatedTermsAspectResponseV2 getGlossaryRelatedTerms()
Get glossaryRelatedTerms- Returns:
- glossaryRelatedTerms
-
setGlossaryRelatedTerms
public void setGlossaryRelatedTerms(GlossaryRelatedTermsAspectResponseV2 glossaryRelatedTerms)
-
institutionalMemory
public GlossaryTermEntityResponseV2 institutionalMemory(InstitutionalMemoryAspectResponseV2 institutionalMemory)
-
getInstitutionalMemory
@Valid public @Valid InstitutionalMemoryAspectResponseV2 getInstitutionalMemory()
Get institutionalMemory- Returns:
- institutionalMemory
-
setInstitutionalMemory
public void setInstitutionalMemory(InstitutionalMemoryAspectResponseV2 institutionalMemory)
-
schemaMetadata
public GlossaryTermEntityResponseV2 schemaMetadata(SchemaMetadataAspectResponseV2 schemaMetadata)
-
getSchemaMetadata
@Valid public @Valid SchemaMetadataAspectResponseV2 getSchemaMetadata()
Get schemaMetadata- Returns:
- schemaMetadata
-
setSchemaMetadata
public void setSchemaMetadata(SchemaMetadataAspectResponseV2 schemaMetadata)
-
ownership
public GlossaryTermEntityResponseV2 ownership(OwnershipAspectResponseV2 ownership)
-
getOwnership
@Valid public @Valid OwnershipAspectResponseV2 getOwnership()
Get ownership- Returns:
- ownership
-
setOwnership
public void setOwnership(OwnershipAspectResponseV2 ownership)
-
deprecation
public GlossaryTermEntityResponseV2 deprecation(DeprecationAspectResponseV2 deprecation)
-
getDeprecation
@Valid public @Valid DeprecationAspectResponseV2 getDeprecation()
Get deprecation- Returns:
- deprecation
-
setDeprecation
public void setDeprecation(DeprecationAspectResponseV2 deprecation)
-
domains
public GlossaryTermEntityResponseV2 domains(DomainsAspectResponseV2 domains)
-
getDomains
@Valid public @Valid DomainsAspectResponseV2 getDomains()
Get domains- Returns:
- domains
-
setDomains
public void setDomains(DomainsAspectResponseV2 domains)
-
status
public GlossaryTermEntityResponseV2 status(StatusAspectResponseV2 status)
-
getStatus
@Valid public @Valid StatusAspectResponseV2 getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(StatusAspectResponseV2 status)
-
browsePaths
public GlossaryTermEntityResponseV2 browsePaths(BrowsePathsAspectResponseV2 browsePaths)
-
getBrowsePaths
@Valid public @Valid BrowsePathsAspectResponseV2 getBrowsePaths()
Get browsePaths- Returns:
- browsePaths
-
setBrowsePaths
public void setBrowsePaths(BrowsePathsAspectResponseV2 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
-
-