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