Package ai.nexconn.chat.user.model
Class SubscriptionStatusDetail
-
- All Implemented Interfaces:
public final class SubscriptionStatusDetailSubscription status details for a single platform.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegereventValueprivate final LongchangeTimeprivate final Platformplatform
-
Constructor Summary
Constructors Constructor Description SubscriptionStatusDetail(Integer eventValue, Long changeTime, Platform platform)
-
Method Summary
Modifier and Type Method Description final IntegergetEventValue()final LonggetChangeTime()final PlatformgetPlatform()-
-
Constructor Detail
-
SubscriptionStatusDetail
SubscriptionStatusDetail(Integer eventValue, Long changeTime, Platform platform)
- Parameters:
eventValue- Event status value (0: Offline, 1: Online)changeTime- Time the status was last changed (Unix timestamp in milliseconds)platform- Device platform type
-
-
Method Detail
-
getEventValue
final Integer getEventValue()
-
getChangeTime
final Long getChangeTime()
-
getPlatform
final Platform getPlatform()
-
-
-
-