Package net.troja.eve.esi.model
Class SovereigntyCampaignParticipant
- java.lang.Object
-
- net.troja.eve.esi.model.SovereigntyCampaignParticipant
-
- All Implemented Interfaces:
Serializable
public class SovereigntyCampaignParticipant extends Object implements Serializable
participant object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLIANCE_IDstatic StringSERIALIZED_NAME_SCORE
-
Constructor Summary
Constructors Constructor Description SovereigntyCampaignParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SovereigntyCampaignParticipantallianceId(Integer allianceId)booleanequals(Object o)IntegergetAllianceId()alliance_id integerFloatgetScore()score numberinthashCode()SovereigntyCampaignParticipantscore(Float score)voidsetAllianceId(Integer allianceId)voidsetScore(Float score)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCORE
public static final String SERIALIZED_NAME_SCORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allianceId
public SovereigntyCampaignParticipant allianceId(Integer allianceId)
-
getAllianceId
public Integer getAllianceId()
alliance_id integer- Returns:
- allianceId
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
score
public SovereigntyCampaignParticipant score(Float score)
-
getScore
public Float getScore()
score number- Returns:
- score
-
setScore
public void setScore(Float score)
-
-