public class Vote extends java.lang.Object implements java.io.Serializable, Sendable
| Modifier and Type | Field and Description |
|---|---|
private int |
pollVotedIn |
private static long |
serialVersionUID |
private java.lang.Boolean |
value |
| Constructor and Description |
|---|
Vote(int pollId,
java.lang.Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPollVotedIn() |
java.lang.Class<Vote> |
getType() |
java.lang.Boolean |
getValue() |
private static final long serialVersionUID
private java.lang.Boolean value
private int pollVotedIn