public class Proposal extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
approvedBy
The list of delegates that approved this proposal.
|
String |
category
This proposal's category.
|
long |
createdOn
UNIX timestamp of when this proposal was created.
|
String |
id
The id of this proposal.
|
String |
id2
Redundant second declaration of this proposal's id.
|
String |
name
This proposal's name.
|
String |
option
The option given for this proposal.
|
String |
proposedBy
Name of the nation that created this proposal.
|
String |
text
This proposal's textual content.
|
| Constructor and Description |
|---|
Proposal() |
public String id
public String category
public long createdOn
public String text
public String id2
public String name
public String option
public String proposedBy
Copyright © 2017. All rights reserved.