Package net.troja.eve.esi.model
Class CharacterFwStatsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterFwStatsResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterFwStatsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CURRENT_RANKstatic StringSERIALIZED_NAME_ENLISTED_ONstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_HIGHEST_RANKstatic StringSERIALIZED_NAME_KILLSstatic StringSERIALIZED_NAME_VICTORY_POINTS
-
Constructor Summary
Constructors Constructor Description CharacterFwStatsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterFwStatsResponsecurrentRank(Integer currentRank)CharacterFwStatsResponseenlistedOn(java.time.OffsetDateTime enlistedOn)booleanequals(Object o)CharacterFwStatsResponsefactionId(Integer factionId)IntegergetCurrentRank()The given character's current faction rank minimum: 0 maximum: 9java.time.OffsetDateTimegetEnlistedOn()The enlistment date of the given character into faction warfare.IntegergetFactionId()The faction the given character is enlisted to fight for.IntegergetHighestRank()The given character's highest faction rank achieved minimum: 0 maximum: 9CharacterFwStatsKillsgetKills()Get killsCharacterFwStatsVictoryPointsgetVictoryPoints()Get victoryPointsinthashCode()CharacterFwStatsResponsehighestRank(Integer highestRank)CharacterFwStatsResponsekills(CharacterFwStatsKills kills)voidsetCurrentRank(Integer currentRank)voidsetEnlistedOn(java.time.OffsetDateTime enlistedOn)voidsetFactionId(Integer factionId)voidsetHighestRank(Integer highestRank)voidsetKills(CharacterFwStatsKills kills)voidsetVictoryPoints(CharacterFwStatsVictoryPoints victoryPoints)StringtoString()CharacterFwStatsResponsevictoryPoints(CharacterFwStatsVictoryPoints victoryPoints)
-
-
-
Field Detail
-
SERIALIZED_NAME_CURRENT_RANK
public static final String SERIALIZED_NAME_CURRENT_RANK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENLISTED_ON
public static final String SERIALIZED_NAME_ENLISTED_ON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HIGHEST_RANK
public static final String SERIALIZED_NAME_HIGHEST_RANK
- See Also:
- Constant Field Values
-
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
-
currentRank
public CharacterFwStatsResponse currentRank(Integer currentRank)
-
getCurrentRank
@Nullable public Integer getCurrentRank()
The given character's current faction rank minimum: 0 maximum: 9- Returns:
- currentRank
-
setCurrentRank
public void setCurrentRank(Integer currentRank)
-
enlistedOn
public CharacterFwStatsResponse enlistedOn(java.time.OffsetDateTime enlistedOn)
-
getEnlistedOn
@Nullable public java.time.OffsetDateTime getEnlistedOn()
The enlistment date of the given character into faction warfare. Will not be included if character is not enlisted in faction warfare- Returns:
- enlistedOn
-
setEnlistedOn
public void setEnlistedOn(java.time.OffsetDateTime enlistedOn)
-
factionId
public CharacterFwStatsResponse factionId(Integer factionId)
-
getFactionId
@Nullable public Integer getFactionId()
The faction the given character is enlisted to fight for. Will not be included if character is not enlisted in faction warfare- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
highestRank
public CharacterFwStatsResponse highestRank(Integer highestRank)
-
getHighestRank
@Nullable public Integer getHighestRank()
The given character's highest faction rank achieved minimum: 0 maximum: 9- Returns:
- highestRank
-
setHighestRank
public void setHighestRank(Integer highestRank)
-
kills
public CharacterFwStatsResponse kills(CharacterFwStatsKills kills)
-
getKills
public CharacterFwStatsKills getKills()
Get kills- Returns:
- kills
-
setKills
public void setKills(CharacterFwStatsKills kills)
-
victoryPoints
public CharacterFwStatsResponse victoryPoints(CharacterFwStatsVictoryPoints victoryPoints)
-
getVictoryPoints
public CharacterFwStatsVictoryPoints getVictoryPoints()
Get victoryPoints- Returns:
- victoryPoints
-
setVictoryPoints
public void setVictoryPoints(CharacterFwStatsVictoryPoints victoryPoints)
-
-