Class DomainProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.DomainProperties
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DomainProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueInformation about a Domain
-
-
Constructor Summary
Constructors Constructor Description DomainProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainPropertiescreated(AuditStamp created)DomainPropertiesdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@Valid AuditStampgetCreated()Get createdjava.lang.StringgetDescription()Description of the Domain@NotNull java.lang.StringgetName()Display name of the Domainjava.lang.StringgetParentDomain()Optional: Parent of the domaininthashCode()DomainPropertiesname(java.lang.String name)DomainPropertiesparentDomain(java.lang.String parentDomain)voidsetCreated(AuditStamp created)voidsetDescription(java.lang.String description)voidsetName(java.lang.String name)voidsetParentDomain(java.lang.String parentDomain)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
name
public DomainProperties name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
Display name of the Domain- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
description
public DomainProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Description of the Domain- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
created
public DomainProperties created(AuditStamp created)
-
getCreated
@Valid public @Valid AuditStamp getCreated()
Get created- Returns:
- created
-
setCreated
public void setCreated(AuditStamp created)
-
parentDomain
public DomainProperties parentDomain(java.lang.String parentDomain)
-
getParentDomain
public java.lang.String getParentDomain()
Optional: Parent of the domain- Returns:
- parentDomain
-
setParentDomain
public void setParentDomain(java.lang.String parentDomain)
-
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
-
-