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 © 2016. All rights reserved.