Package net.troja.eve.esi.model
Class FactionWarfareLeaderboardCharactersLastWeekVictoryPoints
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareLeaderboardCharactersLastWeekVictoryPoints
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareLeaderboardCharactersLastWeekVictoryPoints extends Object implements Serializable
last_week object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AMOUNTstatic StringSERIALIZED_NAME_CHARACTER_ID
-
Constructor Summary
Constructors Constructor Description FactionWarfareLeaderboardCharactersLastWeekVictoryPoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactionWarfareLeaderboardCharactersLastWeekVictoryPointsamount(Integer amount)FactionWarfareLeaderboardCharactersLastWeekVictoryPointscharacterId(Integer characterId)booleanequals(Object o)IntegergetAmount()Amount of victory pointsIntegergetCharacterId()character_id integerinthashCode()voidsetAmount(Integer amount)voidsetCharacterId(Integer characterId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_AMOUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
amount
public FactionWarfareLeaderboardCharactersLastWeekVictoryPoints amount(Integer amount)
-
setAmount
public void setAmount(Integer amount)
-
characterId
public FactionWarfareLeaderboardCharactersLastWeekVictoryPoints characterId(Integer characterId)
-
setCharacterId
public void setCharacterId(Integer characterId)
-
-