public class UserReport
public UserReport(@NotNull
PlayerId playerId,
@NotNull
java.util.Set<java.lang.String> applicationIds,
@NotNull
UserPreferences userPreferences,
@NotNull
UserState userState,
@NotNull
java.time.Instant lastUpdateDate,
@Nullable
java.lang.String lastActionText,
@NotNull
java.time.Instant lastUserActionDate)
@NotNull public PlayerId getPlayerId()
@NotNull public java.util.Set<java.lang.String> getApplicationIds()
@NotNull public UserPreferences getUserPreferences()
@NotNull public UserState getUserState()
@NotNull public java.time.Instant getLastUpdateDate()
@Nullable public java.lang.String getLastActionText()
@NotNull public java.time.Instant getLastUserActionDate()
@NotNull public PlayerId component1()
@NotNull public java.util.Set<java.lang.String> component2()
@NotNull public UserPreferences component3()
@NotNull public UserState component4()
@NotNull public java.time.Instant component5()
@Nullable public java.lang.String component6()
@NotNull public java.time.Instant component7()
@NotNull public UserReport copy(@NotNull PlayerId playerId, @NotNull java.util.Set<java.lang.String> applicationIds, @NotNull UserPreferences userPreferences, @NotNull UserState userState, @NotNull java.time.Instant lastUpdateDate, @Nullable java.lang.String lastActionText, @NotNull java.time.Instant lastUserActionDate)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)