Package net.troja.eve.esi.model
Class CharacterAttributesResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterAttributesResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterAttributesResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACCRUED_REMAP_COOLDOWN_DATEstatic StringSERIALIZED_NAME_BONUS_REMAPSstatic StringSERIALIZED_NAME_CHARISMAstatic StringSERIALIZED_NAME_INTELLIGENCEstatic StringSERIALIZED_NAME_LAST_REMAP_DATEstatic StringSERIALIZED_NAME_MEMORYstatic StringSERIALIZED_NAME_PERCEPTIONstatic StringSERIALIZED_NAME_WILLPOWER
-
Constructor Summary
Constructors Constructor Description CharacterAttributesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterAttributesResponseaccruedRemapCooldownDate(java.time.OffsetDateTime accruedRemapCooldownDate)CharacterAttributesResponsebonusRemaps(Integer bonusRemaps)CharacterAttributesResponsecharisma(Integer charisma)booleanequals(Object o)java.time.OffsetDateTimegetAccruedRemapCooldownDate()Neural remapping cooldown after a character uses remap accrued over timeIntegergetBonusRemaps()Number of available bonus character neural remapsIntegergetCharisma()charisma integerIntegergetIntelligence()intelligence integerjava.time.OffsetDateTimegetLastRemapDate()Datetime of last neural remap, including usage of bonus remapsIntegergetMemory()memory integerIntegergetPerception()perception integerIntegergetWillpower()willpower integerinthashCode()CharacterAttributesResponseintelligence(Integer intelligence)CharacterAttributesResponselastRemapDate(java.time.OffsetDateTime lastRemapDate)CharacterAttributesResponsememory(Integer memory)CharacterAttributesResponseperception(Integer perception)voidsetAccruedRemapCooldownDate(java.time.OffsetDateTime accruedRemapCooldownDate)voidsetBonusRemaps(Integer bonusRemaps)voidsetCharisma(Integer charisma)voidsetIntelligence(Integer intelligence)voidsetLastRemapDate(java.time.OffsetDateTime lastRemapDate)voidsetMemory(Integer memory)voidsetPerception(Integer perception)voidsetWillpower(Integer willpower)StringtoString()CharacterAttributesResponsewillpower(Integer willpower)
-
-
-
Field Detail
-
SERIALIZED_NAME_ACCRUED_REMAP_COOLDOWN_DATE
public static final String SERIALIZED_NAME_ACCRUED_REMAP_COOLDOWN_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BONUS_REMAPS
public static final String SERIALIZED_NAME_BONUS_REMAPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARISMA
public static final String SERIALIZED_NAME_CHARISMA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INTELLIGENCE
public static final String SERIALIZED_NAME_INTELLIGENCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_REMAP_DATE
public static final String SERIALIZED_NAME_LAST_REMAP_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEMORY
public static final String SERIALIZED_NAME_MEMORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PERCEPTION
public static final String SERIALIZED_NAME_PERCEPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WILLPOWER
public static final String SERIALIZED_NAME_WILLPOWER
- See Also:
- Constant Field Values
-
-
Method Detail
-
accruedRemapCooldownDate
public CharacterAttributesResponse accruedRemapCooldownDate(java.time.OffsetDateTime accruedRemapCooldownDate)
-
getAccruedRemapCooldownDate
@Nullable public java.time.OffsetDateTime getAccruedRemapCooldownDate()
Neural remapping cooldown after a character uses remap accrued over time- Returns:
- accruedRemapCooldownDate
-
setAccruedRemapCooldownDate
public void setAccruedRemapCooldownDate(java.time.OffsetDateTime accruedRemapCooldownDate)
-
bonusRemaps
public CharacterAttributesResponse bonusRemaps(Integer bonusRemaps)
-
getBonusRemaps
@Nullable public Integer getBonusRemaps()
Number of available bonus character neural remaps- Returns:
- bonusRemaps
-
setBonusRemaps
public void setBonusRemaps(Integer bonusRemaps)
-
charisma
public CharacterAttributesResponse charisma(Integer charisma)
-
getCharisma
public Integer getCharisma()
charisma integer- Returns:
- charisma
-
setCharisma
public void setCharisma(Integer charisma)
-
intelligence
public CharacterAttributesResponse intelligence(Integer intelligence)
-
getIntelligence
public Integer getIntelligence()
intelligence integer- Returns:
- intelligence
-
setIntelligence
public void setIntelligence(Integer intelligence)
-
lastRemapDate
public CharacterAttributesResponse lastRemapDate(java.time.OffsetDateTime lastRemapDate)
-
getLastRemapDate
@Nullable public java.time.OffsetDateTime getLastRemapDate()
Datetime of last neural remap, including usage of bonus remaps- Returns:
- lastRemapDate
-
setLastRemapDate
public void setLastRemapDate(java.time.OffsetDateTime lastRemapDate)
-
memory
public CharacterAttributesResponse memory(Integer memory)
-
getMemory
public Integer getMemory()
memory integer- Returns:
- memory
-
setMemory
public void setMemory(Integer memory)
-
perception
public CharacterAttributesResponse perception(Integer perception)
-
getPerception
public Integer getPerception()
perception integer- Returns:
- perception
-
setPerception
public void setPerception(Integer perception)
-
willpower
public CharacterAttributesResponse willpower(Integer willpower)
-
getWillpower
public Integer getWillpower()
willpower integer- Returns:
- willpower
-
setWillpower
public void setWillpower(Integer willpower)
-
-