public static class OapiEduHomeworkStudentCommentListResponse.OpenHwCommentResponse extends TaobaoObject
| 构造器和说明 |
|---|
OpenHwCommentResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttributes() |
String |
getComment() |
Long |
getCommentId() |
Date |
getCommentTime() |
String |
getMedia() |
String |
getPhoto() |
String |
getStudentId() |
String |
getStudentName() |
String |
getTeacherId() |
String |
getTeacherName() |
String |
getVideo() |
void |
setAttributes(String attributes) |
void |
setComment(String comment) |
void |
setCommentId(Long commentId) |
void |
setCommentTime(Date commentTime) |
void |
setMedia(String media) |
void |
setPhoto(String photo) |
void |
setStudentId(String studentId) |
void |
setStudentName(String studentName) |
void |
setTeacherId(String teacherId) |
void |
setTeacherName(String teacherName) |
void |
setVideo(String video) |
public String getAttributes()
public void setAttributes(String attributes)
public String getComment()
public void setComment(String comment)
public Long getCommentId()
public void setCommentId(Long commentId)
public Date getCommentTime()
public void setCommentTime(Date commentTime)
public String getMedia()
public void setMedia(String media)
public String getPhoto()
public void setPhoto(String photo)
public String getStudentId()
public void setStudentId(String studentId)
public String getStudentName()
public void setStudentName(String studentName)
public String getTeacherId()
public void setTeacherId(String teacherId)
public String getTeacherName()
public void setTeacherName(String teacherName)
public String getVideo()
public void setVideo(String video)
Copyright © 2020. All rights reserved.