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<DelLogEntry> |
DelegateLog
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
List<DelLogEntry> |
DelegateVotesAgainst
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
|
List<DelLogEntry> |
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, if at all.
|
String |
Name
This resolution's name.
|
String |
Option
The option given for this resolution.
|
String |
ProposedBy
Name of the nation that created this resolution.
|
String |
Text
This resolution's textual content.
|
int |
VotesAgainst
Number of nations that voted AGAINST.
|
int |
VotesFor
Number of nations that voted FOR.
|
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 String ProposedBy
public int Id
public int VotesFor
public int VotesAgainst
public List<DelLogEntry> DelegateLog
public List<DelLogEntry> DelegateVotesFor
public List<DelLogEntry> DelegateVotesAgainst
public List<Integer> VoteTrackFor
Copyright © 2016. All rights reserved.