Package net.troja.eve.esi.model
Class FactionWarfareLeaderboardActiveTotalKills
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareLeaderboardActiveTotalKills
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareLeaderboardActiveTotalKills extends Object implements Serializable
active_total object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AMOUNTstatic StringSERIALIZED_NAME_FACTION_ID
-
Constructor Summary
Constructors Constructor Description FactionWarfareLeaderboardActiveTotalKills()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactionWarfareLeaderboardActiveTotalKillsamount(Integer amount)booleanequals(Object o)FactionWarfareLeaderboardActiveTotalKillsfactionId(Integer factionId)IntegergetAmount()Amount of killsIntegergetFactionId()faction_id integerinthashCode()voidsetAmount(Integer amount)voidsetFactionId(Integer factionId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_AMOUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
amount
public FactionWarfareLeaderboardActiveTotalKills amount(Integer amount)
-
setAmount
public void setAmount(Integer amount)
-
factionId
public FactionWarfareLeaderboardActiveTotalKills factionId(Integer factionId)
-
setFactionId
public void setFactionId(Integer factionId)
-
-