boolean isMySelfUpvoted()
Query if myself has upvote the question.
boolean isMarkedAsAnswered()
Query is the question marked as answered.
boolean isLiveAnswering()
Query the question is live answering.
String getQuestionID()
Get question id.
String getLiveAnswerName()
Get the name of live answering.
boolean hasTextAnswers()
Query the question has text answers.
boolean amILiveAnswering()
Query myself is the live answer.
long getTimeStamp()
Get question add timestamp.
boolean isMarkedAsDismissed()
Query is the question marked as dismissed.
boolean isSenderMyself()
Query if the question send by myself.
String getText()
Get question content.
int getState()
Get question status.
boolean hasLiveAnswers()
Query the question has live answers.
int getUpvoteNum()
Get upvote number.
String getSenderName()
Get the question sender user name.
List< IAnswerItem > getAnswerList()
Get the answer information list.
boolean isAnonymous()
Query is the question anonymous.