Package hirez.smite.object
Class LiveMatch
- java.lang.Object
-
- hirez.smite.object.LiveMatch
-
public class LiveMatch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LiveMatch(long accountGodsPlayed, long accountLevel, long godId, int godLevel, java.lang.String godName, long masteryLevel, long matchId, int queueId, double rankStat, long skinId, long tier, java.lang.String mapGame, java.util.Date playerCreated, long playerId, java.lang.String playerName, java.lang.String playerRegion, java.lang.String returnedMessage, long taskForce, long tierLosses, long tierWins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)longgetAccountGodsPlayed()longgetAccountLevel()longgetGodId()intgetGodLevel()java.lang.StringgetGodName()java.lang.StringgetMapGame()longgetMasteryLevel()longgetMatchId()java.util.DategetPlayerCreated()longgetPlayerId()java.lang.StringgetPlayerName()java.lang.StringgetPlayerRegion()intgetQueueId()doublegetRankStat()java.lang.StringgetReturnedMessage()longgetSkinId()longgetTaskForce()longgetTier()longgetTierLosses()longgetTierWins()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LiveMatch
@ConstructorProperties({"accountGodsPlayed","accountLevel","godId","godLevel","godName","masteryLevel","matchId","queueId","rankStat","skinId","tier","mapGame","playerCreated","playerId","playerName","playerRegion","returnedMessage","taskForce","tierLosses","tierWins"}) public LiveMatch(long accountGodsPlayed, long accountLevel, long godId, int godLevel, java.lang.String godName, long masteryLevel, long matchId, int queueId, double rankStat, long skinId, long tier, java.lang.String mapGame, java.util.Date playerCreated, long playerId, java.lang.String playerName, java.lang.String playerRegion, java.lang.String returnedMessage, long taskForce, long tierLosses, long tierWins)
-
-
Method Detail
-
getAccountGodsPlayed
public long getAccountGodsPlayed()
-
getAccountLevel
public long getAccountLevel()
-
getGodId
public long getGodId()
-
getGodLevel
public int getGodLevel()
-
getGodName
public java.lang.String getGodName()
-
getMasteryLevel
public long getMasteryLevel()
-
getMatchId
public long getMatchId()
-
getQueueId
public int getQueueId()
-
getRankStat
public double getRankStat()
-
getSkinId
public long getSkinId()
-
getTier
public long 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()
-
getReturnedMessage
public java.lang.String getReturnedMessage()
-
getTaskForce
public long getTaskForce()
-
getTierLosses
public long getTierLosses()
-
getTierWins
public long getTierWins()
-
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
-
-