Package ai.nexconn.chat.user.model
Class FriendAddEvent
-
- All Implemented Interfaces:
public final class FriendAddEventEvent data for friend addition.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringuserIdprivate final Stringnameprivate final StringportraitUriprivate final LongoperationTime
-
Constructor Summary
Constructors Constructor Description FriendAddEvent(String userId, String name, String portraitUri, Long operationTime)
-
Method Summary
Modifier and Type Method Description final StringgetUserId()The user ID of the friend being added final StringgetName()Display name of the friend final StringgetPortraitUri()Avatar URI of the friend final LonggetOperationTime()Timestamp of the operation -
-
Method Detail
-
getUserId
final String getUserId()
The user ID of the friend being added
-
getName
final String getName()
Display name of the friend
-
getPortraitUri
final String getPortraitUri()
Avatar URI of the friend
-
getOperationTime
final Long getOperationTime()
Timestamp of the operation
-
-
-
-