Package hirez.paladins.object
Class ChampionLeaderboard
- java.lang.Object
-
- hirez.paladins.object.ChampionLeaderboard
-
- All Implemented Interfaces:
ReturnedMessage
public class ChampionLeaderboard extends java.lang.Object implements ReturnedMessage
-
-
Constructor Summary
Constructors Constructor Description ChampionLeaderboard(long championId, int losses, long playerId, java.lang.String playerName, double playerRanking, int rank, java.lang.String returnedMessage, int wins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)longgetChampionId()intgetLosses()longgetPlayerId()java.lang.StringgetPlayerName()doublegetPlayerRanking()intgetRank()java.lang.StringgetReturnedMessage()intgetWins()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ChampionLeaderboard
@ConstructorProperties({"championId","losses","playerId","playerName","playerRanking","rank","returnedMessage","wins"}) public ChampionLeaderboard(long championId, int losses, long playerId, java.lang.String playerName, double playerRanking, int rank, java.lang.String returnedMessage, int wins)
-
-
Method Detail
-
getChampionId
public long getChampionId()
-
getLosses
public int getLosses()
-
getPlayerId
public long getPlayerId()
-
getPlayerName
public java.lang.String getPlayerName()
-
getPlayerRanking
public double getPlayerRanking()
-
getRank
public int getRank()
-
getReturnedMessage
public java.lang.String getReturnedMessage()
- Specified by:
getReturnedMessagein interfaceReturnedMessage
-
getWins
public int getWins()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-