Class TopicDTO
java.lang.Object
org.apache.gravitino.dto.messaging.TopicDTO
Represents a topic DTO (Data Transfer Object).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder for constructing a Topic DTO. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.gravitino.messaging.Topic
supportsPolicies, supportsRoles, supportsTags
-
Method Details
-
builder
- Returns:
- a new builder for constructing a Topic DTO.
-
name
-
comment
-
properties
- Specified by:
properties
in interfaceTopic
- Returns:
- The properties of the topic object. Empty map is returned if no properties are set.
-
auditInfo
-
equals
-
hashCode
public int hashCode() -
toString
-