@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class TagProperties
extends java.lang.Object
implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfTagSnapshotAspectsItems, OneOfVersionedAspectAspect
| Constructor and Description |
|---|
TagProperties() |
| Modifier and Type | Method and Description |
|---|---|
TagProperties |
colorHex(java.lang.String colorHex) |
TagProperties |
description(java.lang.String description) |
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
get__type()
Name of this subclass in SimpleClassName format
|
java.lang.String |
getColorHex()
The color associated with the Tag in Hex.
|
java.lang.String |
getDescription()
Documentation of the tag
|
@NotNull java.lang.String |
getName()
Display name of the tag
|
int |
hashCode() |
TagProperties |
name(java.lang.String name) |
void |
setColorHex(java.lang.String colorHex) |
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
@NotNull public @NotNull java.lang.String get__type()
public TagProperties name(java.lang.String name)
@NotNull public @NotNull java.lang.String getName()
public void setName(java.lang.String name)
public TagProperties description(java.lang.String description)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public TagProperties colorHex(java.lang.String colorHex)
public java.lang.String getColorHex()
public void setColorHex(java.lang.String colorHex)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object