public abstract class ConversationId extends Object implements Serializable
ConversationManager
.Constructor and Description |
---|
ConversationId() |
Modifier and Type | Method and Description |
---|---|
abstract String |
toString()
Subclasses should override toString to return a parseable string form of the key.
|
public abstract String toString()
toString
in class Object
Object.toString()
,
ConversationManager.parseConversationId(String)