Class TagProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.TagProperties
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue,OneOfTagSnapshotAspectsItems,OneOfVersionedAspectAspect
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class TagProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfTagSnapshotAspectsItems, OneOfVersionedAspectAspectProperties associated with a Tag
-
-
Constructor Summary
Constructors Constructor Description TagProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagPropertiescolorHex(java.lang.String colorHex)TagPropertiesdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName formatjava.lang.StringgetColorHex()The color associated with the Tag in Hex.java.lang.StringgetDescription()Documentation of the tag@NotNull java.lang.StringgetName()Display name of the taginthashCode()TagPropertiesname(java.lang.String name)voidsetColorHex(java.lang.String colorHex)voidsetDescription(java.lang.String description)voidsetName(java.lang.String name)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 TagProperties name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
Display name of the tag- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
description
public TagProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Documentation of the tag- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
colorHex
public TagProperties colorHex(java.lang.String colorHex)
-
getColorHex
public java.lang.String getColorHex()
The color associated with the Tag in Hex. For example #FFFFFF.- Returns:
- colorHex
-
setColorHex
public void setColorHex(java.lang.String colorHex)
-
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
-
-