-
- All Implemented Interfaces:
public final class LogoutPayload extends ConversationPayload
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionIdprivate final DoubleclientCreatedAtprivate final IntegerclientCreatedAtUtcOffsetprivate final Stringnonce
-
Constructor Summary
Constructors Constructor Description LogoutPayload(String nonce)
-
Method Summary
Modifier and Type Method Description final StringgetSessionId()final DoublegetClientCreatedAt()final IntegergetClientCreatedAtUtcOffset()final StringgetNonce()Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Constructor Detail
-
LogoutPayload
LogoutPayload(String nonce)
-
-
Method Detail
-
getSessionId
final String getSessionId()
-
getClientCreatedAt
final Double getClientCreatedAt()
-
getClientCreatedAtUtcOffset
final Integer getClientCreatedAtUtcOffset()
-
-
-
-