public class Resolution extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
category
This resolution's category.
|
Council |
council
Which council this resolution was send to.
|
int |
councilId
This resolution's id as it is known to the specific Council it's in.
|
long |
createdOn
UNIX timestamp of when this proposal was created.
|
List<DelegateLogsEntry> |
delegateLog
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
List<DelegateLogsEntry> |
delegateVotesAgainst
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
|
List<DelegateLogsEntry> |
delegateVotesFor
Same as DelegateLog, but only contains the LAST action for each delegate
that voted FOR.
|
int |
id
This resolution's id as it is known to the World Assembly as a whole.
|
long |
implementedOn
UNIX timestamp of when this proposal was implemented.
|
String |
name
This resolution's name.
|
int |
nationsAgainst
Total number of nations that voted AGAINST.
|
int |
nationsFor
Total number of nations that voted FOR.
|
String |
option
The option given for this resolution.
|
long |
promotedOn
UNIX timestamp of when this resolution was promoted.
|
String |
proposedBy
Name of the nation that created this resolution.
|
int |
repealedByCouncilId
The council-specific id of the resolution that repealed this resolution.
|
int |
repealedById
The id of the resolution that repealed this resolution.
|
int |
repealsCouncilId
The council-specific id of the resolution repealed by this resolution.
|
int |
repealsId
The id of the resolution repealed by this resolution.
|
String |
text
This resolution's textual content.
|
int |
votesAgainst
Total number of AGAINST votes.
|
int |
votesFor
Total number of FOR votes.
|
List<Integer> |
voteTrackAgainst
A track record of the total AGAINST votes of the resolution currently at
vote.
|
List<Integer> |
voteTrackFor
A track record of the total FOR votes of the resolution currently at
vote.
|
| Constructor and Description |
|---|
Resolution() |
public String category
public Council council
public int councilId
public long createdOn
public String text
public long implementedOn
public String name
public String option
public long promotedOn
public String proposedBy
public int repealedByCouncilId
public int repealedById
public int repealsCouncilId
public int repealsId
public int id
public int nationsFor
public int nationsAgainst
public int votesFor
public int votesAgainst
public List<DelegateLogsEntry> delegateLog
public List<DelegateLogsEntry> delegateVotesFor
public List<DelegateLogsEntry> delegateVotesAgainst
public List<Integer> voteTrackFor
Copyright © 2017. All rights reserved.