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()
IQAItemInfo
getQuestionID
in interface IQAItemInfo
public int getState()
IQAItemInfo
getState
in interface IQAItemInfo
IQAItemStatus
public long getTimeStamp()
IQAItemInfo
getTimeStamp
in interface IQAItemInfo
public java.lang.String getText()
IQAItemInfo
getText
in interface IQAItemInfo
public java.lang.String getSenderName()
IQAItemInfo
getSenderName
in interface IQAItemInfo
public boolean isAnonymous()
IQAItemInfo
isAnonymous
in interface IQAItemInfo
public boolean isMarkedAsRead()
public boolean isMarkedAsAnswered()
IQAItemInfo
isMarkedAsAnswered
in interface IQAItemInfo
public boolean isMarkedAsDismissed()
IQAItemInfo
isMarkedAsDismissed
in interface IQAItemInfo
public int getUpvoteNum()
IQAItemInfo
getUpvoteNum
in interface IQAItemInfo
public boolean hasLiveAnswers()
IQAItemInfo
hasLiveAnswers
in interface IQAItemInfo
public boolean hasTextAnswers()
IQAItemInfo
hasTextAnswers
in interface IQAItemInfo
public boolean isMySelfUpvoted()
IQAItemInfo
isMySelfUpvoted
in interface IQAItemInfo
public boolean amILiveAnswering()
IQAItemInfo
amILiveAnswering
in interface IQAItemInfo
public java.util.List<IAnswerItem> getAnswerList()
IQAItemInfo
getAnswerList
in interface IQAItemInfo
IAnswerItem
public boolean isSenderMyself()
IQAItemInfo
isSenderMyself
in interface IQAItemInfo
public java.lang.String getLiveAnswerName()
IQAItemInfo
getLiveAnswerName
in interface IQAItemInfo
public boolean isLiveAnswering()
IQAItemInfo
isLiveAnswering
in interface IQAItemInfo