public class CorporationFwStatsKills extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LAST_WEEK |
static String |
SERIALIZED_NAME_TOTAL |
static String |
SERIALIZED_NAME_YESTERDAY |
| Constructor and Description |
|---|
CorporationFwStatsKills() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getLastWeek()
Last week's total number of kills by members of the given corporation
against enemy factions
|
Integer |
getTotal()
Total number of kills by members of the given corporation against enemy
factions since the corporation enlisted
|
Integer |
getYesterday()
Yesterday's total number of kills by members of the given corporation
against enemy factions
|
int |
hashCode() |
CorporationFwStatsKills |
lastWeek(Integer lastWeek) |
void |
setLastWeek(Integer lastWeek) |
void |
setTotal(Integer total) |
void |
setYesterday(Integer yesterday) |
String |
toString() |
CorporationFwStatsKills |
total(Integer total) |
CorporationFwStatsKills |
yesterday(Integer yesterday) |
public static final String SERIALIZED_NAME_LAST_WEEK
public static final String SERIALIZED_NAME_TOTAL
public static final String SERIALIZED_NAME_YESTERDAY
public CorporationFwStatsKills lastWeek(Integer lastWeek)
public Integer getLastWeek()
public void setLastWeek(Integer lastWeek)
public CorporationFwStatsKills total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public CorporationFwStatsKills yesterday(Integer yesterday)
public Integer getYesterday()
public void setYesterday(Integer yesterday)
Copyright © 2021. All Rights Reserved.