Package ai.nexconn.chat.user.model
Class FriendInfoChangedSyncEvent
-
- All Implemented Interfaces:
public final class FriendInfoChangedSyncEventInformation about friend info synced from another device.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringuserIdprivate final Stringremarkprivate final Map<String, String>extProfileprivate final LongoperationTime
-
Constructor Summary
Constructors Constructor Description FriendInfoChangedSyncEvent(String userId, String remark, Map<String, String> extProfile, Long operationTime)
-
Method Summary
Modifier and Type Method Description final StringgetUserId()final StringgetRemark()final Map<String, String>getExtProfile()final LonggetOperationTime()-
-
Constructor Detail
-
FriendInfoChangedSyncEvent
FriendInfoChangedSyncEvent(String userId, String remark, Map<String, String> extProfile, Long operationTime)
- Parameters:
userId- User IDremark- Friend remark nameextProfile- Extended profile key-value pairsoperationTime- Operation timestamp (milliseconds)
-
-
Method Detail
-
getUserId
final String getUserId()
-
getRemark
final String getRemark()
-
getExtProfile
final Map<String, String> getExtProfile()
-
getOperationTime
final Long getOperationTime()
-
-
-
-