Package net.troja.eve.esi.model
Class FleetWingCreatedResponse
- java.lang.Object
-
- net.troja.eve.esi.model.FleetWingCreatedResponse
-
- All Implemented Interfaces:
Serializable
public class FleetWingCreatedResponse extends Object implements Serializable
201 created object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_WING_ID
-
Constructor Summary
Constructors Constructor Description FleetWingCreatedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetWingId()The wing_id of the newly created winginthashCode()voidsetWingId(Long wingId)StringtoString()FleetWingCreatedResponsewingId(Long wingId)
-
-
-
Field Detail
-
SERIALIZED_NAME_WING_ID
public static final String SERIALIZED_NAME_WING_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
wingId
public FleetWingCreatedResponse wingId(Long wingId)
-
getWingId
public Long getWingId()
The wing_id of the newly created wing- Returns:
- wingId
-
setWingId
public void setWingId(Long wingId)
-
-