Package ai.tock.bot.admin.user
Class UserReport
-
- All Implemented Interfaces:
public final class UserReport
-
-
Field Summary
Fields Modifier and Type Field Description private final PlayerIdplayerIdprivate final Set<String>applicationIdsprivate final UserPreferencesuserPreferencesprivate final UserStateuserStateprivate final InstantlastUpdateDateprivate final StringlastActionTextprivate final InstantlastUserActionDate
-
Constructor Summary
Constructors Constructor Description UserReport(PlayerId playerId, Set<String> applicationIds, UserPreferences userPreferences, UserState userState, Instant lastUpdateDate, String lastActionText, Instant lastUserActionDate)
-
Method Summary
Modifier and Type Method Description final PlayerIdgetPlayerId()final Set<String>getApplicationIds()final UserPreferencesgetUserPreferences()final UserStategetUserState()final InstantgetLastUpdateDate()final StringgetLastActionText()final InstantgetLastUserActionDate()-
-
Method Detail
-
getPlayerId
final PlayerId getPlayerId()
-
getApplicationIds
final Set<String> getApplicationIds()
-
getUserPreferences
final UserPreferences getUserPreferences()
-
getUserState
final UserState getUserState()
-
getLastUpdateDate
final Instant getLastUpdateDate()
-
getLastActionText
final String getLastActionText()
-
getLastUserActionDate
final Instant getLastUserActionDate()
-
-
-
-