-
@Serializable() public final class SessionSnapshot
-
-
Field Summary
Fields Modifier and Type Field Description private final SessionLoadSourcesourceprivate final Booleanauthoritativeprivate final LongrefreshedAtprivate final SessionHistorysession
-
Constructor Summary
Constructors Constructor Description SessionSnapshot(SessionLoadSource source, Boolean authoritative, Long refreshedAt, SessionHistory session)
-
Method Summary
Modifier and Type Method Description final SessionLoadSourcegetSource()final BooleangetAuthoritative()final LonggetRefreshedAt()final SessionHistorygetSession()-
-
Constructor Detail
-
SessionSnapshot
SessionSnapshot(SessionLoadSource source, Boolean authoritative, Long refreshedAt, SessionHistory session)
-
-
Method Detail
-
getSource
final SessionLoadSource getSource()
-
getAuthoritative
final Boolean getAuthoritative()
-
getRefreshedAt
final Long getRefreshedAt()
-
getSession
final SessionHistory getSession()
-
-
-
-