Package net.troja.eve.esi.model
Class CharacterLoyaltyPointsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterLoyaltyPointsResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterLoyaltyPointsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_LOYALTY_POINTS
-
Constructor Summary
Constructors Constructor Description CharacterLoyaltyPointsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterLoyaltyPointsResponsecorporationId(Integer corporationId)booleanequals(Object o)IntegergetCorporationId()corporation_id integerIntegergetLoyaltyPoints()loyalty_points integerinthashCode()CharacterLoyaltyPointsResponseloyaltyPoints(Integer loyaltyPoints)voidsetCorporationId(Integer corporationId)voidsetLoyaltyPoints(Integer loyaltyPoints)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOYALTY_POINTS
public static final String SERIALIZED_NAME_LOYALTY_POINTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
corporationId
public CharacterLoyaltyPointsResponse corporationId(Integer corporationId)
-
getCorporationId
public Integer getCorporationId()
corporation_id integer- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
loyaltyPoints
public CharacterLoyaltyPointsResponse loyaltyPoints(Integer loyaltyPoints)
-
getLoyaltyPoints
public Integer getLoyaltyPoints()
loyalty_points integer- Returns:
- loyaltyPoints
-
setLoyaltyPoints
public void setLoyaltyPoints(Integer loyaltyPoints)
-
-