Package net.troja.eve.esi.model
Class UniverseIdsConstellation
- java.lang.Object
-
- net.troja.eve.esi.model.UniverseIdsConstellation
-
- All Implemented Interfaces:
Serializable
public class UniverseIdsConstellation extends Object implements Serializable
constellation object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description UniverseIdsConstellation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetId()id integerStringgetName()name stringinthashCode()UniverseIdsConstellationid(Integer id)UniverseIdsConstellationname(String name)voidsetId(Integer id)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public UniverseIdsConstellation id(Integer id)
-
setId
public void setId(Integer id)
-
name
public UniverseIdsConstellation name(String name)
-
setName
public void setName(String name)
-
-