Package net.troja.eve.esi.model
Class FactionWarfareLeaderboardCorporationLastWeekKills
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareLeaderboardCorporationLastWeekKills
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareLeaderboardCorporationLastWeekKills 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_CORPORATION_ID
-
Constructor Summary
Constructors Constructor Description FactionWarfareLeaderboardCorporationLastWeekKills()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactionWarfareLeaderboardCorporationLastWeekKillsamount(Integer amount)FactionWarfareLeaderboardCorporationLastWeekKillscorporationId(Integer corporationId)booleanequals(Object o)IntegergetAmount()Amount of killsIntegergetCorporationId()corporation_id integerinthashCode()voidsetAmount(Integer amount)voidsetCorporationId(Integer corporationId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_AMOUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
amount
public FactionWarfareLeaderboardCorporationLastWeekKills amount(Integer amount)
-
setAmount
public void setAmount(Integer amount)
-
corporationId
public FactionWarfareLeaderboardCorporationLastWeekKills corporationId(Integer corporationId)
-
getCorporationId
@Nullable public Integer getCorporationId()
corporation_id integer- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
-