Package net.troja.eve.esi.model
Class CloneHomeLocation
- java.lang.Object
-
- net.troja.eve.esi.model.CloneHomeLocation
-
- All Implemented Interfaces:
Serializable
public class CloneHomeLocation extends Object implements Serializable
home_location object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloneHomeLocation.LocationTypeEnumlocation_type string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LOCATION_IDstatic StringSERIALIZED_NAME_LOCATION_TYPE
-
Constructor Summary
Constructors Constructor Description CloneHomeLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetLocationId()location_id integerCloneHomeLocation.LocationTypeEnumgetLocationType()location_type stringStringgetLocationTypeString()inthashCode()CloneHomeLocationlocationId(Long locationId)CloneHomeLocationlocationType(CloneHomeLocation.LocationTypeEnum locationTypeEnum)CloneHomeLocationlocationTypeString(String locationType)voidsetLocationId(Long locationId)voidsetLocationType(CloneHomeLocation.LocationTypeEnum locationTypeEnum)voidsetLocationTypeString(String locationType)StringtoString()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
locationId
public CloneHomeLocation locationId(Long locationId)
-
setLocationId
public void setLocationId(Long locationId)
-
locationType
public CloneHomeLocation locationType(CloneHomeLocation.LocationTypeEnum locationTypeEnum)
-
locationTypeString
public CloneHomeLocation locationTypeString(String locationType)
-
getLocationType
@Nullable public CloneHomeLocation.LocationTypeEnum getLocationType()
location_type string- Returns:
- locationType
-
getLocationTypeString
public String getLocationTypeString()
-
setLocationType
public void setLocationType(CloneHomeLocation.LocationTypeEnum locationTypeEnum)
-
setLocationTypeString
public void setLocationTypeString(String locationType)
-
-