|
@@ -287,4 +287,10 @@ public class ExamCaptureQueueInfo implements JsonSerializable {
|
|
|
public void setCreationTime(Date creationTime) {
|
|
|
this.creationTime = creationTime;
|
|
|
}
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return "ExamCaptureQueueInfo [id=" + id + ", studentId=" + studentId + ", examRecordDataId="
|
|
|
+ + examRecordDataId + ", fileUrl=" + fileUrl + "]";
|
|
|
+ }
|
|
|
}
|