Package ai.nexconn.chat.channel.model
Class OpenChannelNotifyMultiLoginSyncInfo
-
- All Implemented Interfaces:
public final class OpenChannelNotifyMultiLoginSyncInfoOpen channel multi-device sync detail info.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final OpenChannelSyncStatusstatusprivate final OpenChannelExitReasonreasonprivate final Longtimestampprivate final Stringextra
-
Constructor Summary
Constructors Constructor Description OpenChannelNotifyMultiLoginSyncInfo(String channelId, OpenChannelSyncStatus status, OpenChannelExitReason reason, Long timestamp, String extra)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final OpenChannelSyncStatusgetStatus()final OpenChannelExitReasongetReason()final LonggetTimestamp()final StringgetExtra()-
-
Constructor Detail
-
OpenChannelNotifyMultiLoginSyncInfo
OpenChannelNotifyMultiLoginSyncInfo(String channelId, OpenChannelSyncStatus status, OpenChannelExitReason reason, Long timestamp, String extra)
- Parameters:
channelId- channel IDstatus- Change status (Enter/Exit)reason- Exit reason (only valid when status is EXIT)timestamp- Event timestamp in millisecondsextra- Additional info
-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getStatus
final OpenChannelSyncStatus getStatus()
-
getReason
final OpenChannelExitReason getReason()
-
getTimestamp
final Long getTimestamp()
-
getExtra
final String getExtra()
-
-
-
-