Package net.troja.eve.esi.model
Class CharacterSkillsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterSkillsResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterSkillsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SKILLSstatic StringSERIALIZED_NAME_TOTAL_SPstatic StringSERIALIZED_NAME_UNALLOCATED_SP
-
Constructor Summary
Constructors Constructor Description CharacterSkillsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterSkillsResponseaddSkillsItem(Skill skillsItem)booleanequals(Object o)List<Skill>getSkills()skills arrayLonggetTotalSp()total_sp integerIntegergetUnallocatedSp()Skill points available to be assignedinthashCode()voidsetSkills(List<Skill> skills)voidsetTotalSp(Long totalSp)voidsetUnallocatedSp(Integer unallocatedSp)CharacterSkillsResponseskills(List<Skill> skills)StringtoString()CharacterSkillsResponsetotalSp(Long totalSp)CharacterSkillsResponseunallocatedSp(Integer unallocatedSp)
-
-
-
Field Detail
-
SERIALIZED_NAME_SKILLS
public static final String SERIALIZED_NAME_SKILLS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_SP
public static final String SERIALIZED_NAME_TOTAL_SP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNALLOCATED_SP
public static final String SERIALIZED_NAME_UNALLOCATED_SP
- See Also:
- Constant Field Values
-
-
Method Detail
-
skills
public CharacterSkillsResponse skills(List<Skill> skills)
-
addSkillsItem
public CharacterSkillsResponse addSkillsItem(Skill skillsItem)
-
totalSp
public CharacterSkillsResponse totalSp(Long totalSp)
-
getTotalSp
public Long getTotalSp()
total_sp integer- Returns:
- totalSp
-
setTotalSp
public void setTotalSp(Long totalSp)
-
unallocatedSp
public CharacterSkillsResponse unallocatedSp(Integer unallocatedSp)
-
getUnallocatedSp
@Nullable public Integer getUnallocatedSp()
Skill points available to be assigned- Returns:
- unallocatedSp
-
setUnallocatedSp
public void setUnallocatedSp(Integer unallocatedSp)
-
-