Class PlayerEntry
java.lang.Object
com.gamersafer.minecraft.auth.common.db.model.PlayerEntry
-
Constructor Summary
ConstructorDescriptionPlayerEntry
(UserIdentity identity) PlayerEntry
(String guildMemberId, UUID playerUuid, String playerName, @Nullable String hostAddress) PlayerEntry
(String guildMemberId, UUID playerUuid, String playerName, @Nullable String hostAddress, String ageGroupLabel) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getId()
int
hashCode()
void
setAgeGroupConfidence
(String ageGroupConfidence) void
setAgeGroupLabel
(String ageGroupLabel) void
setGuildMemberId
(String guildMemberId) void
setHostAddress
(String hostAddress) void
setPlayerName
(String playerName)
-
Constructor Details
-
PlayerEntry
-
PlayerEntry
-
Method Details
-
getId
public int getId() -
getGuildMemberId
-
setGuildMemberId
-
getPlayerUuid
-
getPlayerName
-
setPlayerName
-
getHostAddress
-
setHostAddress
-
getAgeGroupLabel
-
setAgeGroupLabel
-
getAgeGroupConfidence
-
setAgeGroupConfidence
-
equals
-
hashCode
public int hashCode()
-