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-06-09T09:27:54.187483Z[Etc/UTC]") public class DomainProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
Information about a Domain
-
-
Constructor Summary
Constructors Constructor Description DomainProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainProperties
created(AuditStamp created)
DomainProperties
description(java.lang.String description)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@Valid AuditStamp
getCreated()
Get createdjava.lang.String
getDescription()
Description of the Domain@NotNull java.lang.String
getName()
Display name of the Domainint
hashCode()
DomainProperties
name(java.lang.String name)
void
setCreated(AuditStamp created)
void
setDescription(java.lang.String description)
void
setName(java.lang.String name)
java.lang.String
toString()
-
-
-
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)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-