Package net.troja.eve.esi.model
Class CharacterClonesResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterClonesResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterClonesResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HOME_LOCATIONstatic StringSERIALIZED_NAME_JUMP_CLONESstatic StringSERIALIZED_NAME_LAST_CLONE_JUMP_DATEstatic StringSERIALIZED_NAME_LAST_STATION_CHANGE_DATE
-
Constructor Summary
Constructors Constructor Description CharacterClonesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterClonesResponseaddJumpClonesItem(Clone jumpClonesItem)booleanequals(Object o)CloneHomeLocationgetHomeLocation()Get homeLocationList<Clone>getJumpClones()jump_clones arrayjava.time.OffsetDateTimegetLastCloneJumpDate()last_clone_jump_date stringjava.time.OffsetDateTimegetLastStationChangeDate()last_station_change_date stringinthashCode()CharacterClonesResponsehomeLocation(CloneHomeLocation homeLocation)CharacterClonesResponsejumpClones(List<Clone> jumpClones)CharacterClonesResponselastCloneJumpDate(java.time.OffsetDateTime lastCloneJumpDate)CharacterClonesResponselastStationChangeDate(java.time.OffsetDateTime lastStationChangeDate)voidsetHomeLocation(CloneHomeLocation homeLocation)voidsetJumpClones(List<Clone> jumpClones)voidsetLastCloneJumpDate(java.time.OffsetDateTime lastCloneJumpDate)voidsetLastStationChangeDate(java.time.OffsetDateTime lastStationChangeDate)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_HOME_LOCATION
public static final String SERIALIZED_NAME_HOME_LOCATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JUMP_CLONES
public static final String SERIALIZED_NAME_JUMP_CLONES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_CLONE_JUMP_DATE
public static final String SERIALIZED_NAME_LAST_CLONE_JUMP_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_STATION_CHANGE_DATE
public static final String SERIALIZED_NAME_LAST_STATION_CHANGE_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
homeLocation
public CharacterClonesResponse homeLocation(CloneHomeLocation homeLocation)
-
getHomeLocation
@Nullable public CloneHomeLocation getHomeLocation()
Get homeLocation- Returns:
- homeLocation
-
setHomeLocation
public void setHomeLocation(CloneHomeLocation homeLocation)
-
jumpClones
public CharacterClonesResponse jumpClones(List<Clone> jumpClones)
-
addJumpClonesItem
public CharacterClonesResponse addJumpClonesItem(Clone jumpClonesItem)
-
lastCloneJumpDate
public CharacterClonesResponse lastCloneJumpDate(java.time.OffsetDateTime lastCloneJumpDate)
-
getLastCloneJumpDate
@Nullable public java.time.OffsetDateTime getLastCloneJumpDate()
last_clone_jump_date string- Returns:
- lastCloneJumpDate
-
setLastCloneJumpDate
public void setLastCloneJumpDate(java.time.OffsetDateTime lastCloneJumpDate)
-
lastStationChangeDate
public CharacterClonesResponse lastStationChangeDate(java.time.OffsetDateTime lastStationChangeDate)
-
getLastStationChangeDate
@Nullable public java.time.OffsetDateTime getLastStationChangeDate()
last_station_change_date string- Returns:
- lastStationChangeDate
-
setLastStationChangeDate
public void setLastStationChangeDate(java.time.OffsetDateTime lastStationChangeDate)
-
-