public class PollOption
extends java.lang.Object
Constructor and Description |
---|
PollOption(java.lang.String optionId,
java.lang.String text,
MediaAttachment attachment,
int voteCount,
boolean isVotedByMe) |
Modifier and Type | Method and Description |
---|---|
MediaAttachment |
getAttachment() |
java.lang.String |
getOptionId() |
java.lang.String |
getText() |
int |
getVoteCount() |
boolean |
isVotedByMe() |
public PollOption(java.lang.String optionId, java.lang.String text, MediaAttachment attachment, int voteCount, boolean isVotedByMe)
public java.lang.String getOptionId()
public java.lang.String getText()
public MediaAttachment getAttachment()
public int getVoteCount()
public boolean isVotedByMe()
(c) Copyright GetSocial BV, 2022. All Rights Reserved.