public class LPResRoomPreviousSurveyModel extends LPResRoomModel implements IPreviousSurveyModel
LPResRoomModel.LPResSignalSenderModel
限定符和类型 | 字段和说明 |
---|---|
int |
selfRightCount |
int |
selfWrongCount |
java.util.List<LPSurveyModel> |
surveyList |
classId, groupId, layer, messageType, signalSendBy, timestamp, userId
构造器和说明 |
---|
LPResRoomPreviousSurveyModel() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ISurveyModel> |
getPreviousSurvey()
之前的小测列表
|
int |
getRightCount()
自己的累计正确数
|
int |
getWrongCount()
自己的累计错误数
|
compareTo, getClassId, getMessageType, getSenderUserId
@SerializedName(value="survey_list") public java.util.List<LPSurveyModel> surveyList
@SerializedName(value="gold_medal_count") public int selfRightCount
@SerializedName(value="silver_medal_count") public int selfWrongCount
public java.util.List<ISurveyModel> getPreviousSurvey()
IPreviousSurveyModel
getPreviousSurvey
在接口中 IPreviousSurveyModel
public int getRightCount()
IPreviousSurveyModel
getRightCount
在接口中 IPreviousSurveyModel
public int getWrongCount()
IPreviousSurveyModel
getWrongCount
在接口中 IPreviousSurveyModel