Package ai.nexconn.chat.channel.model
Class CommunitySubChannelDeletedInfo
-
- All Implemented Interfaces:
public final class CommunitySubChannelDeletedInfoInformation about a community sub-channel deletion.
Notified when a sub-channel within a community is deleted/disbanded.
-
-
Field Summary
Fields Modifier and Type Field Description private final CommunitySubChannelIdentifierchannelIdentifierprivate final CommunitySubChannelTypesubChannelTypeprivate final LongoperationTime
-
Constructor Summary
Constructors Constructor Description CommunitySubChannelDeletedInfo(CommunitySubChannelIdentifier channelIdentifier, CommunitySubChannelType subChannelType, Long operationTime)
-
Method Summary
Modifier and Type Method Description final CommunitySubChannelIdentifiergetChannelIdentifier()final CommunitySubChannelTypegetSubChannelType()final LonggetOperationTime()-
-
Constructor Detail
-
CommunitySubChannelDeletedInfo
CommunitySubChannelDeletedInfo(CommunitySubChannelIdentifier channelIdentifier, CommunitySubChannelType subChannelType, Long operationTime)
- Parameters:
channelIdentifier- Community sub-channel identifiersubChannelType- The type of the deleted sub-channeloperationTime- Timestamp of the deletion
-
-
Method Detail
-
getChannelIdentifier
final CommunitySubChannelIdentifier getChannelIdentifier()
-
getSubChannelType
final CommunitySubChannelType getSubChannelType()
-
getOperationTime
final Long getOperationTime()
-
-
-
-