java.lang.Object
com.gamersafer.minecraft.bans.common.db.model.ReportLog

public class ReportLog extends Object
  • Constructor Details

  • Method Details

    • getId

      public int getId()
    • getType

      public String getType()
    • getUniqueServerId

      public Optional<String> getUniqueServerId()
    • getTimestamp

      public Date getTimestamp()
    • getPlayerUuid

      public UUID getPlayerUuid()
    • getPlayerName

      public String getPlayerName()
    • getReporterPlayerUuid

      public UUID getReporterPlayerUuid()
    • getReporterPlayerName

      public String getReporterPlayerName()
    • getCategory

      public String getCategory()
    • getDescription

      public String getDescription()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object