Package net.troja.eve.esi.model
Class FactionWarfareLeaderboardResponse
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareLeaderboardResponse
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareLeaderboardResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KILLSstatic StringSERIALIZED_NAME_VICTORY_POINTS
-
Constructor Summary
Constructors Constructor Description FactionWarfareLeaderboardResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FactionWarfareLeaderboardKillsgetKills()Get killsFactionWarfareLeaderboardVictoryPointsgetVictoryPoints()Get victoryPointsinthashCode()FactionWarfareLeaderboardResponsekills(FactionWarfareLeaderboardKills kills)voidsetKills(FactionWarfareLeaderboardKills kills)voidsetVictoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints)StringtoString()FactionWarfareLeaderboardResponsevictoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints)
-
-
-
Field Detail
-
SERIALIZED_NAME_KILLS
public static final String SERIALIZED_NAME_KILLS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VICTORY_POINTS
public static final String SERIALIZED_NAME_VICTORY_POINTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
kills
public FactionWarfareLeaderboardResponse kills(FactionWarfareLeaderboardKills kills)
-
getKills
public FactionWarfareLeaderboardKills getKills()
Get kills- Returns:
- kills
-
setKills
public void setKills(FactionWarfareLeaderboardKills kills)
-
victoryPoints
public FactionWarfareLeaderboardResponse victoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints)
-
getVictoryPoints
public FactionWarfareLeaderboardVictoryPoints getVictoryPoints()
Get victoryPoints- Returns:
- victoryPoints
-
setVictoryPoints
public void setVictoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints)
-
-