Interface UserSession
public interface UserSession
-
Method Summary
Modifier and TypeMethodDescription@Nullable String@NotNull UUIDid()@NotNull InetAddress@NotNull LocalDateTimestatic UserSessionof(@NotNull UUID id, int userId, @NotNull LocalDateTime loginTime, @NotNull InetAddress inetAddress, @Nullable String clientBrand, int protocolVersion) intintuserId()
-
Method Details
-
id
-
userId
int userId() -
loginTime
-
inetAddress
-
clientBrand
-
protocolVersion
int protocolVersion() -
of
static UserSession of(@NotNull @NotNull UUID id, int userId, @NotNull @NotNull LocalDateTime loginTime, @NotNull @NotNull InetAddress inetAddress, @Nullable @Nullable String clientBrand, int protocolVersion)
-