public class SovereigntyCampaignParticipant extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_SCORE |
| Constructor and Description |
|---|
SovereigntyCampaignParticipant() |
| Modifier and Type | Method and Description |
|---|---|
SovereigntyCampaignParticipant |
allianceId(Integer allianceId) |
boolean |
equals(Object o) |
Integer |
getAllianceId()
alliance_id integer
|
Float |
getScore()
score number
|
int |
hashCode() |
SovereigntyCampaignParticipant |
score(Float score) |
void |
setAllianceId(Integer allianceId) |
void |
setScore(Float score) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_SCORE
public SovereigntyCampaignParticipant allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public SovereigntyCampaignParticipant score(Float score)
public Float getScore()
public void setScore(Float score)
Copyright © 2020. All Rights Reserved.