| Modifier and Type | Class and Description |
|---|---|
static class |
TagDTO.Builder
Builder class for constructing TagDTO instances.
|
Tag.AssociatedObjectsPROPERTY_COLOR| Modifier and Type | Method and Description |
|---|---|
AuditDTO |
auditInfo() |
static TagDTO.Builder |
builder() |
java.lang.String |
comment() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Optional<java.lang.Boolean> |
inherited()
Check if the tag is inherited from a parent object or not.
|
java.lang.String |
name() |
java.util.Map<java.lang.String,java.lang.String> |
properties() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitassociatedObjectspublic java.lang.String name()
public java.lang.String comment()
public java.util.Map<java.lang.String,java.lang.String> properties()
properties in interface Tagpublic AuditDTO auditInfo()
public java.util.Optional<java.lang.Boolean> inherited()
TagNote. The return value is optional, only when the tag is associated with an object, and called from the object, the return value will be present. Otherwise, it will be empty.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static TagDTO.Builder builder()