-
@Serializable() public final class SessionsSnapshot
-
-
Field Summary
Fields Modifier and Type Field Description private final SessionLoadSourcesourceprivate final Booleanauthoritativeprivate final LongrefreshedAtprivate final List<SessionSummary>sessions
-
Constructor Summary
Constructors Constructor Description SessionsSnapshot(SessionLoadSource source, Boolean authoritative, Long refreshedAt, List<SessionSummary> sessions)
-
Method Summary
Modifier and Type Method Description final SessionLoadSourcegetSource()final BooleangetAuthoritative()final LonggetRefreshedAt()final List<SessionSummary>getSessions()-
-
Constructor Detail
-
SessionsSnapshot
SessionsSnapshot(SessionLoadSource source, Boolean authoritative, Long refreshedAt, List<SessionSummary> sessions)
-
-
Method Detail
-
getSource
final SessionLoadSource getSource()
-
getAuthoritative
final Boolean getAuthoritative()
-
getRefreshedAt
final Long getRefreshedAt()
-
getSessions
final List<SessionSummary> getSessions()
-
-
-
-