Package net.troja.eve.esi.model
Class PlanetLink
- java.lang.Object
-
- net.troja.eve.esi.model.PlanetLink
-
- All Implemented Interfaces:
Serializable
public class PlanetLink extends Object implements Serializable
link object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESTINATION_PIN_IDstatic StringSERIALIZED_NAME_LINK_LEVELstatic StringSERIALIZED_NAME_SOURCE_PIN_ID
-
Constructor Summary
Constructors Constructor Description PlanetLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanetLinkdestinationPinId(Long destinationPinId)booleanequals(Object o)LonggetDestinationPinId()destination_pin_id integerIntegergetLinkLevel()link_level integer minimum: 0 maximum: 10LonggetSourcePinId()source_pin_id integerinthashCode()PlanetLinklinkLevel(Integer linkLevel)voidsetDestinationPinId(Long destinationPinId)voidsetLinkLevel(Integer linkLevel)voidsetSourcePinId(Long sourcePinId)PlanetLinksourcePinId(Long sourcePinId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DESTINATION_PIN_ID
public static final String SERIALIZED_NAME_DESTINATION_PIN_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINK_LEVEL
public static final String SERIALIZED_NAME_LINK_LEVEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE_PIN_ID
public static final String SERIALIZED_NAME_SOURCE_PIN_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
destinationPinId
public PlanetLink destinationPinId(Long destinationPinId)
-
getDestinationPinId
public Long getDestinationPinId()
destination_pin_id integer- Returns:
- destinationPinId
-
setDestinationPinId
public void setDestinationPinId(Long destinationPinId)
-
linkLevel
public PlanetLink linkLevel(Integer linkLevel)
-
getLinkLevel
public Integer getLinkLevel()
link_level integer minimum: 0 maximum: 10- Returns:
- linkLevel
-
setLinkLevel
public void setLinkLevel(Integer linkLevel)
-
sourcePinId
public PlanetLink sourcePinId(Long sourcePinId)
-
getSourcePinId
public Long getSourcePinId()
source_pin_id integer- Returns:
- sourcePinId
-
setSourcePinId
public void setSourcePinId(Long sourcePinId)
-
-