public class QAItemInfo extends java.lang.Object implements IQAItemInfo
| Modifier | Constructor and Description |
|---|---|
|
QAItemInfo() |
protected |
QAItemInfo(com.zipow.videobox.confapp.qa.ZoomQAQuestion question) |
| 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 |
isMarkedAsRead() |
boolean |
isMySelfUpvoted()
Query if myself has upvote the question
|
boolean |
isSenderMyself()
Query if the question send by myself.
|
public QAItemInfo()
protected QAItemInfo(com.zipow.videobox.confapp.qa.ZoomQAQuestion question)
public java.lang.String getQuestionID()
IQAItemInfogetQuestionID in interface IQAItemInfopublic int getState()
IQAItemInfogetState in interface IQAItemInfoIQAItemStatuspublic long getTimeStamp()
IQAItemInfogetTimeStamp in interface IQAItemInfopublic java.lang.String getText()
IQAItemInfogetText in interface IQAItemInfopublic java.lang.String getSenderName()
IQAItemInfogetSenderName in interface IQAItemInfopublic boolean isAnonymous()
IQAItemInfoisAnonymous in interface IQAItemInfopublic boolean isMarkedAsRead()
public boolean isMarkedAsAnswered()
IQAItemInfoisMarkedAsAnswered in interface IQAItemInfopublic boolean isMarkedAsDismissed()
IQAItemInfoisMarkedAsDismissed in interface IQAItemInfopublic int getUpvoteNum()
IQAItemInfogetUpvoteNum in interface IQAItemInfopublic boolean hasLiveAnswers()
IQAItemInfohasLiveAnswers in interface IQAItemInfopublic boolean hasTextAnswers()
IQAItemInfohasTextAnswers in interface IQAItemInfopublic boolean isMySelfUpvoted()
IQAItemInfoisMySelfUpvoted in interface IQAItemInfopublic boolean amILiveAnswering()
IQAItemInfoamILiveAnswering in interface IQAItemInfopublic java.util.List<IAnswerItem> getAnswerList()
IQAItemInfogetAnswerList in interface IQAItemInfoIAnswerItempublic boolean isSenderMyself()
IQAItemInfoisSenderMyself in interface IQAItemInfopublic java.lang.String getLiveAnswerName()
IQAItemInfogetLiveAnswerName in interface IQAItemInfopublic boolean isLiveAnswering()
IQAItemInfoisLiveAnswering in interface IQAItemInfo