Class PollAnswerResponse
-
- All Implemented Interfaces:
public final class PollAnswerResponse
-
-
Constructor Summary
Constructors Constructor Description PollAnswerResponse(String pollId, List<PollAnswerItem> result, String version)
-
Method Summary
Modifier and Type Method Description final StringgetPollId()final List<PollAnswerItem>getResult()final StringgetVersion()-
-
Constructor Detail
-
PollAnswerResponse
PollAnswerResponse(String pollId, List<PollAnswerItem> result, String version)
-
-
Method Detail
-
getResult
final List<PollAnswerItem> getResult()
-
getVersion
final String getVersion()
-
-
-
-