Package net.troja.eve.esi.model
Class FactionWarfareLeaderboardCharactersResponse
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareLeaderboardCharactersResponse
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareLeaderboardCharactersResponse 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 FactionWarfareLeaderboardCharactersResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FactionWarfareLeaderboardCharacterKillsgetKills()Get killsFactionWarfareLeaderboardCharacterVictoryPointsgetVictoryPoints()Get victoryPointsinthashCode()FactionWarfareLeaderboardCharactersResponsekills(FactionWarfareLeaderboardCharacterKills kills)voidsetKills(FactionWarfareLeaderboardCharacterKills kills)voidsetVictoryPoints(FactionWarfareLeaderboardCharacterVictoryPoints victoryPoints)StringtoString()FactionWarfareLeaderboardCharactersResponsevictoryPoints(FactionWarfareLeaderboardCharacterVictoryPoints 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 FactionWarfareLeaderboardCharactersResponse kills(FactionWarfareLeaderboardCharacterKills kills)
-
getKills
public FactionWarfareLeaderboardCharacterKills getKills()
Get kills- Returns:
- kills
-
setKills
public void setKills(FactionWarfareLeaderboardCharacterKills kills)
-
victoryPoints
public FactionWarfareLeaderboardCharactersResponse victoryPoints(FactionWarfareLeaderboardCharacterVictoryPoints victoryPoints)
-
getVictoryPoints
public FactionWarfareLeaderboardCharacterVictoryPoints getVictoryPoints()
Get victoryPoints- Returns:
- victoryPoints
-
setVictoryPoints
public void setVictoryPoints(FactionWarfareLeaderboardCharacterVictoryPoints victoryPoints)
-
-