public class Poll extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
AuthorName
Name of the nation that opened the poll.
|
long |
ClosingOn
UNIX timestamp on which the poll will close.
|
String |
Description
The poll's description.
|
int |
Id
The poll's id.
|
long |
OpenedOn
UNIX timestamp on which the poll opened.
|
List<PollOption> |
Options
The possible options for this poll.
|
String |
Region
The name of the region the poll is in.
|
String |
Title
The poll's title.
|
| Constructor and Description |
|---|
Poll() |
public int Id
public String Title
public String Description
public String Region
public long OpenedOn
public long ClosingOn
public String AuthorName
public List<PollOption> Options
Copyright © 2016. All rights reserved.