public class CharacterSkillqueueResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FINISH_DATE |
static String |
SERIALIZED_NAME_FINISHED_LEVEL |
static String |
SERIALIZED_NAME_LEVEL_END_SP |
static String |
SERIALIZED_NAME_LEVEL_START_SP |
static String |
SERIALIZED_NAME_QUEUE_POSITION |
static String |
SERIALIZED_NAME_SKILL_ID |
static String |
SERIALIZED_NAME_START_DATE |
static String |
SERIALIZED_NAME_TRAINING_START_SP |
| Constructor and Description |
|---|
CharacterSkillqueueResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CharacterSkillqueueResponse |
finishDate(java.time.OffsetDateTime finishDate) |
CharacterSkillqueueResponse |
finishedLevel(Integer finishedLevel) |
java.time.OffsetDateTime |
getFinishDate()
Date on which training of the skill will complete.
|
Integer |
getFinishedLevel()
finished_level integer minimum: 0 maximum: 5
|
Integer |
getLevelEndSp()
level_end_sp integer
|
Integer |
getLevelStartSp()
Amount of SP that was in the skill when it started training it's
current level.
|
Integer |
getQueuePosition()
queue_position integer
|
Integer |
getSkillId()
skill_id integer
|
java.time.OffsetDateTime |
getStartDate()
start_date string
|
Integer |
getTrainingStartSp()
training_start_sp integer
|
int |
hashCode() |
CharacterSkillqueueResponse |
levelEndSp(Integer levelEndSp) |
CharacterSkillqueueResponse |
levelStartSp(Integer levelStartSp) |
CharacterSkillqueueResponse |
queuePosition(Integer queuePosition) |
void |
setFinishDate(java.time.OffsetDateTime finishDate) |
void |
setFinishedLevel(Integer finishedLevel) |
void |
setLevelEndSp(Integer levelEndSp) |
void |
setLevelStartSp(Integer levelStartSp) |
void |
setQueuePosition(Integer queuePosition) |
void |
setSkillId(Integer skillId) |
void |
setStartDate(java.time.OffsetDateTime startDate) |
void |
setTrainingStartSp(Integer trainingStartSp) |
CharacterSkillqueueResponse |
skillId(Integer skillId) |
CharacterSkillqueueResponse |
startDate(java.time.OffsetDateTime startDate) |
String |
toString() |
CharacterSkillqueueResponse |
trainingStartSp(Integer trainingStartSp) |
public static final String SERIALIZED_NAME_QUEUE_POSITION
public static final String SERIALIZED_NAME_FINISH_DATE
public static final String SERIALIZED_NAME_LEVEL_END_SP
public static final String SERIALIZED_NAME_LEVEL_START_SP
public static final String SERIALIZED_NAME_FINISHED_LEVEL
public static final String SERIALIZED_NAME_SKILL_ID
public static final String SERIALIZED_NAME_TRAINING_START_SP
public static final String SERIALIZED_NAME_START_DATE
public CharacterSkillqueueResponse queuePosition(Integer queuePosition)
public Integer getQueuePosition()
public void setQueuePosition(Integer queuePosition)
public CharacterSkillqueueResponse finishDate(java.time.OffsetDateTime finishDate)
public java.time.OffsetDateTime getFinishDate()
public void setFinishDate(java.time.OffsetDateTime finishDate)
public CharacterSkillqueueResponse levelEndSp(Integer levelEndSp)
public Integer getLevelEndSp()
public void setLevelEndSp(Integer levelEndSp)
public CharacterSkillqueueResponse levelStartSp(Integer levelStartSp)
public Integer getLevelStartSp()
public void setLevelStartSp(Integer levelStartSp)
public CharacterSkillqueueResponse finishedLevel(Integer finishedLevel)
public Integer getFinishedLevel()
public void setFinishedLevel(Integer finishedLevel)
public CharacterSkillqueueResponse skillId(Integer skillId)
public Integer getSkillId()
public void setSkillId(Integer skillId)
public CharacterSkillqueueResponse trainingStartSp(Integer trainingStartSp)
public Integer getTrainingStartSp()
public void setTrainingStartSp(Integer trainingStartSp)
public CharacterSkillqueueResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
Copyright © 2019. All Rights Reserved.