Package net.troja.eve.esi.model
Class Clone
- java.lang.Object
-
- net.troja.eve.esi.model.Clone
-
- All Implemented Interfaces:
Serializable
public class Clone extends Object implements Serializable
jump_clone object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClone.LocationTypeEnumlocation_type string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IMPLANTSstatic StringSERIALIZED_NAME_JUMP_CLONE_IDstatic StringSERIALIZED_NAME_LOCATION_IDstatic StringSERIALIZED_NAME_LOCATION_TYPEstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description Clone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloneaddImplantsItem(Integer implantsItem)booleanequals(Object o)List<Integer>getImplants()implants arrayIntegergetJumpCloneId()jump_clone_id integerLonggetLocationId()location_id integerClone.LocationTypeEnumgetLocationType()location_type stringStringgetLocationTypeString()StringgetName()name stringinthashCode()Cloneimplants(List<Integer> implants)ClonejumpCloneId(Integer jumpCloneId)ClonelocationId(Long locationId)ClonelocationType(Clone.LocationTypeEnum locationTypeEnum)ClonelocationTypeString(String locationType)Clonename(String name)voidsetImplants(List<Integer> implants)voidsetJumpCloneId(Integer jumpCloneId)voidsetLocationId(Long locationId)voidsetLocationType(Clone.LocationTypeEnum locationTypeEnum)voidsetLocationTypeString(String locationType)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_IMPLANTS
public static final String SERIALIZED_NAME_IMPLANTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JUMP_CLONE_ID
public static final String SERIALIZED_NAME_JUMP_CLONE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_TYPE
public static final String SERIALIZED_NAME_LOCATION_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJumpCloneId
public Integer getJumpCloneId()
jump_clone_id integer- Returns:
- jumpCloneId
-
setJumpCloneId
public void setJumpCloneId(Integer jumpCloneId)
-
getLocationId
public Long getLocationId()
location_id integer- Returns:
- locationId
-
setLocationId
public void setLocationId(Long locationId)
-
locationType
public Clone locationType(Clone.LocationTypeEnum locationTypeEnum)
-
getLocationType
public Clone.LocationTypeEnum getLocationType()
location_type string- Returns:
- locationType
-
getLocationTypeString
public String getLocationTypeString()
-
setLocationType
public void setLocationType(Clone.LocationTypeEnum locationTypeEnum)
-
setLocationTypeString
public void setLocationTypeString(String locationType)
-
setName
public void setName(String name)
-
-