Package ai.nexconn.chat.user.model
Class FriendDeleteEvent
-
- All Implemented Interfaces:
public final class FriendDeleteEventEvent data for friend deletion.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>userIdsprivate final LongoperationTime
-
Constructor Summary
Constructors Constructor Description FriendDeleteEvent(List<String> userIds, Long operationTime)
-
Method Summary
Modifier and Type Method Description final List<String>getUserIds()List of deleted friend user IDs final LonggetOperationTime()Timestamp of the operation -
-
Method Detail
-
getUserIds
final List<String> getUserIds()
List of deleted friend user IDs
-
getOperationTime
final Long getOperationTime()
Timestamp of the operation
-
-
-
-