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