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