Package hirez.paladins.object
Class LiveMatch
- java.lang.Object
-
- hirez.paladins.object.LiveMatch
-
- All Implemented Interfaces:
ReturnedMessage
public class LiveMatch extends java.lang.Object implements ReturnedMessage
-
-
Constructor Summary
Constructors Constructor Description LiveMatch(int accountChampionsPlayed, int accountLevel, long championId, int championLevel, java.lang.String championName, int masteryLevel, long matchId, int queue, java.lang.String skinName, long skinId, int tier, java.lang.String mapGame, java.util.Date playerCreated, long playerId, java.lang.String playerName, java.lang.String playerRegion, int taskForce, int tierLosses, int tierWins, java.lang.String returnedMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)intgetAccountChampionsPlayed()intgetAccountLevel()longgetChampionId()intgetChampionLevel()java.lang.StringgetChampionName()java.lang.StringgetMapGame()intgetMasteryLevel()longgetMatchId()java.util.DategetPlayerCreated()longgetPlayerId()java.lang.StringgetPlayerName()java.lang.StringgetPlayerRegion()intgetQueue()java.lang.StringgetReturnedMessage()longgetSkinId()java.lang.StringgetSkinName()intgetTaskForce()intgetTier()intgetTierLosses()intgetTierWins()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LiveMatch
@ConstructorProperties({"accountChampionsPlayed","accountLevel","championId","championLevel","championName","masteryLevel","matchId","queue","skinName","skinId","tier","mapGame","playerCreated","playerId","playerName","playerRegion","taskForce","tierLosses","tierWins","returnedMessage"}) public LiveMatch(int accountChampionsPlayed, int accountLevel, long championId, int championLevel, java.lang.String championName, int masteryLevel, long matchId, int queue, java.lang.String skinName, long skinId, int tier, java.lang.String mapGame, java.util.Date playerCreated, long playerId, java.lang.String playerName, java.lang.String playerRegion, int taskForce, int tierLosses, int tierWins, java.lang.String returnedMessage)
-
-
Method Detail
-
getAccountChampionsPlayed
public int getAccountChampionsPlayed()
-
getAccountLevel
public int getAccountLevel()
-
getChampionId
public long getChampionId()
-
getChampionLevel
public int getChampionLevel()
-
getChampionName
public java.lang.String getChampionName()
-
getMasteryLevel
public int getMasteryLevel()
-
getMatchId
public long getMatchId()
-
getQueue
public int getQueue()
-
getSkinName
public java.lang.String getSkinName()
-
getSkinId
public long getSkinId()
-
getTier
public int getTier()
-
getMapGame
public java.lang.String getMapGame()
-
getPlayerCreated
public java.util.Date getPlayerCreated()
-
getPlayerId
public long getPlayerId()
-
getPlayerName
public java.lang.String getPlayerName()
-
getPlayerRegion
public java.lang.String getPlayerRegion()
-
getTaskForce
public int getTaskForce()
-
getTierLosses
public int getTierLosses()
-
getTierWins
public int getTierWins()
-
getReturnedMessage
public java.lang.String getReturnedMessage()
- Specified by:
getReturnedMessagein interfaceReturnedMessage
-
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
-
-