@Deprecated public class QuestionVO extends PolyvQuestionVO
PolyvQuestionVO
PolyvQuestionVO
限定符和类型 | 类和说明 |
---|---|
static class |
QuestionVO.ChoicesVO
已过时。
|
TYPE_AUDITION, TYPE_QUESTION
构造器和说明 |
---|
QuestionVO(java.lang.String examId,
java.lang.String userId,
java.lang.String vid,
java.lang.String showTime,
int hours,
int minutes,
int seconds,
java.lang.String question,
java.util.List<QuestionVO.ChoicesVO> choicesList,
java.lang.String answer,
boolean skip,
int type,
java.lang.String mp3url,
int wrongTime,
int wrongShow,
int status,
long createdTime,
boolean isFromDownload,
java.lang.String wrongAnswer,
java.lang.String illustration)
已过时。
|
clearChoicesSelected, copyToQuestion, formatJSONObject, formatQuestion, formatRightChoices, getAnswer, getChoicesList, getChoicesList2, getCreatedTime, getExamId, getHours, getIllustration, getMinutes, getMp3url, getQuestion, getSeconds, getShowTime, getShowTimeTotalMilliseconds, getShowTimeTotalSeconds, getStatus, getType, getUserId, getVid, getWrongAnswer, getWrongShow, getWrongTime, getWrongTimeTotalMilliseconds, illustrationIsEmpty, isFromDownload, isMultiSelected, isSkip, setShowTime, toString
public QuestionVO(java.lang.String examId, java.lang.String userId, java.lang.String vid, java.lang.String showTime, int hours, int minutes, int seconds, java.lang.String question, java.util.List<QuestionVO.ChoicesVO> choicesList, java.lang.String answer, boolean skip, int type, java.lang.String mp3url, int wrongTime, int wrongShow, int status, long createdTime, boolean isFromDownload, java.lang.String wrongAnswer, java.lang.String illustration)