Class Kick
java.lang.Object
com.gamersafer.minecraft.auth.common.db.model.Kick
-
Constructor Summary
ConstructorsConstructorDescriptionKick(int id, boolean submitted, String organization, String uniqueServerId, Date timestamp, String guildMemberId, UUID playerUuid, String playerName, String reporterGuildMemberId, UUID reporterPlayerUuid, String reporterPlayerName, Category category, boolean wasChildInvolved, String reason) -
Method Summary
-
Constructor Details
-
Kick
-
-
Method Details
-
getId
public int getId() -
isSubmitted
public boolean isSubmitted() -
getOrganization
-
getUniqueServerId
-
getTimestamp
-
getGuildMemberId
-
getPlayerUuid
-
getPlayerName
-
getReporterGuildMemberId
-
getReporterPlayerUuid
-
getReporterPlayerName
-
getCategory
-
isWasChildInvolved
public boolean isWasChildInvolved() -
getReason
-
equals
-
hashCode
public int hashCode() -
toString
-