-
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 PlayerIdcomponent1()final Set<String>component2()final UserPreferencescomponent3()final UserStatecomponent4()final Instantcomponent5()final Stringcomponent6()final Instantcomponent7()final UserReportcopy(PlayerId playerId, Set<String> applicationIds, UserPreferences userPreferences, UserState userState, Instant lastUpdateDate, String lastActionText, Instant lastUserActionDate)final PlayerIdgetPlayerId()final Set<String>getApplicationIds()final UserPreferencesgetUserPreferences()final UserStategetUserState()final InstantgetLastUpdateDate()final StringgetLastActionText()final InstantgetLastUserActionDate()-
-
Method Detail
-
component1
final PlayerId component1()
-
component2
final Set<String> component2()
-
component3
final UserPreferences component3()
-
component4
final UserState component4()
-
component5
final Instant component5()
-
component6
final String component6()
-
component7
final Instant component7()
-
copy
final UserReport copy(PlayerId playerId, Set<String> applicationIds, UserPreferences userPreferences, UserState userState, Instant lastUpdateDate, String lastActionText, Instant lastUserActionDate)
-
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()
-
-
-
-