Package ai.nexconn.chat.channel.model
Class OpenChannelDestroyedEvent
-
- All Implemented Interfaces:
public final class OpenChannelDestroyedEventEvent for open channel destruction.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final OpenChannelDestroyTypetype
-
Constructor Summary
Constructors Constructor Description OpenChannelDestroyedEvent(String channelId, OpenChannelDestroyType type)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()Channel ID final OpenChannelDestroyTypegetType()Destroy type -
-
Constructor Detail
-
OpenChannelDestroyedEvent
OpenChannelDestroyedEvent(String channelId, OpenChannelDestroyType type)
-
-
Method Detail
-
getChannelId
final String getChannelId()
Channel ID
-
getType
final OpenChannelDestroyType getType()
Destroy type
-
-
-
-