Class ReportLog
java.lang.Object
com.gamersafer.minecraft.auth.common.db.model.ReportLog
-
Constructor Summary
ConstructorDescriptionReportLog
(int id, boolean submitted, String type, String organization, String uniqueServerId, Date timestamp, String guildMemberId, UUID playerUuid, String playerName, String reporterGuildMemberId, UUID reporterPlayerUuid, String reporterPlayerName, Category category, String description) ReportLog
(int id, boolean submitted, String type, String organization, String uniqueServerId, Date timestamp, Duration duration, String guildMemberId, UUID playerUuid, String playerName, String reporterGuildMemberId, UUID reporterPlayerUuid, String reporterPlayerName, Category category, String description) ReportLog
(int id, boolean submitted, String type, String organization, String uniqueServerId, Date timestamp, Date endTimestamp, String guildMemberId, UUID playerUuid, String playerName, String reporterGuildMemberId, UUID reporterPlayerUuid, String reporterPlayerName, Category category, String description) -
Method Summary
-
Constructor Details
-
ReportLog
public ReportLog(int id, boolean submitted, String type, String organization, String uniqueServerId, Date timestamp, Date endTimestamp, String guildMemberId, UUID playerUuid, String playerName, String reporterGuildMemberId, UUID reporterPlayerUuid, String reporterPlayerName, Category category, String description) -
ReportLog
-
ReportLog
public ReportLog(int id, boolean submitted, String type, String organization, String uniqueServerId, Date timestamp, Duration duration, String guildMemberId, UUID playerUuid, String playerName, String reporterGuildMemberId, UUID reporterPlayerUuid, String reporterPlayerName, Category category, String description)
-
-
Method Details
-
getId
public int getId() -
isSubmitted
public boolean isSubmitted() -
submitted
public void submitted() -
getType
-
getOrganization
-
getUniqueServerId
-
getTimestamp
-
getDuration
-
getGuildMemberId
-
getPlayerUuid
-
getPlayerName
-
getReporterGuildMemberId
-
getReporterPlayerUuid
-
getReporterPlayerName
-
getCategory
-
getDescription
-
equals
-
hashCode
public int hashCode() -
toString
-