Package im.getsocial.sdk.communities
Class PollOption
- java.lang.Object
-
- im.getsocial.sdk.communities.PollOption
-
public class PollOption extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PollOption(java.lang.String optionId, java.lang.String text, MediaAttachment attachment, int voteCount, boolean isVotedByMe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaAttachment
getAttachment()
java.lang.String
getOptionId()
java.lang.String
getText()
int
getVoteCount()
boolean
isVotedByMe()
-
-
-
Constructor Detail
-
PollOption
public PollOption(java.lang.String optionId, java.lang.String text, MediaAttachment attachment, int voteCount, boolean isVotedByMe)
-
-
Method Detail
-
getOptionId
public java.lang.String getOptionId()
-
getText
public java.lang.String getText()
-
getAttachment
public MediaAttachment getAttachment()
-
getVoteCount
public int getVoteCount()
-
isVotedByMe
public boolean isVotedByMe()
-
-