Class AllowlistBounce

java.lang.Object
com.djrapitops.plan.delivery.domain.datatransfer.AllowlistBounce

public class AllowlistBounce extends Object
Represents an event where player bounced off the whitelist.
  • Constructor Details

    • AllowlistBounce

      public AllowlistBounce(UUID playerUUID, String playerName, int count, long lastTime)
  • Method Details

    • getPlayerUUID

      public UUID getPlayerUUID()
    • getPlayerName

      public String getPlayerName()
    • getCount

      public int getCount()
    • getLastTime

      public long getLastTime()
    • 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