Package net.troja.eve.esi.model
Class Squad
- java.lang.Object
-
- net.troja.eve.esi.model.Squad
-
- All Implemented Interfaces:
Serializable
public class Squad extends Object implements Serializable
squad 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 Squad()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetId()id integerStringgetName()name stringinthashCode()Squadid(Long id)Squadname(String name)voidsetId(Long 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
-
-