public class CharacterLoyaltyPointsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_LOYALTY_POINTS |
| Constructor and Description |
|---|
CharacterLoyaltyPointsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterLoyaltyPointsResponse |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
Integer |
getCorporationId()
corporation_id integer
|
Integer |
getLoyaltyPoints()
loyalty_points integer
|
int |
hashCode() |
CharacterLoyaltyPointsResponse |
loyaltyPoints(Integer loyaltyPoints) |
void |
setCorporationId(Integer corporationId) |
void |
setLoyaltyPoints(Integer loyaltyPoints) |
String |
toString() |
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_LOYALTY_POINTS
public CharacterLoyaltyPointsResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CharacterLoyaltyPointsResponse loyaltyPoints(Integer loyaltyPoints)
public Integer getLoyaltyPoints()
public void setLoyaltyPoints(Integer loyaltyPoints)
Copyright © 2019. All Rights Reserved.