public class SovereigntyCampaignParticipant extends Object implements Serializable
| 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 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 © 2019. All Rights Reserved.