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