public class PollOption extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id
The id of the poll option.
|
int |
numberOfVotes
The number of votes this option's received.
|
String |
text
The option's text.
|
List<String> |
voterNames
Names of the nations that voted for this option.
|
| Constructor and Description |
|---|
PollOption() |
public int id
public String text
public int numberOfVotes
Copyright © 2017. All rights reserved.