| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static Topic.TopicId |
of(String topicId)
Factory for creating topic's identifiers.
|
String |
toString() |
String |
value()
The topic identifier held by this instance.
|
public static Topic.TopicId of(String topicId)
public String value()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object