Package org.apache.gravitino.dto.tag
Class TagDTO
java.lang.Object
org.apache.gravitino.dto.tag.TagDTO
Represents a Tag Data Transfer Object (DTO).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for constructing TagDTO instances.Nested classes/interfaces inherited from interface org.apache.gravitino.tag.Tag
Tag.AssociatedObjects -
Field Summary
Fields inherited from interface org.apache.gravitino.tag.Tag
PROPERTY_COLOR -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.gravitino.tag.Tag
associatedObjects
-
Method Details
-
name
-
comment
-
properties
- Specified by:
propertiesin interfaceTag- Returns:
- The properties of the tag.
-
auditInfo
-
inherited
Description copied from interface:TagCheck if the tag is inherited from a parent object or not. If the tag is inherited, it will return true, if it is owned by the object itself, it will return false.Note. 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.
-
equals
-
hashCode
public int hashCode() -
builder
- Returns:
- a new builder for constructing a Tag DTO.
-