public class BatchOrgCreateHWRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchOrgCreateHWRequest.BatchOrgCreateHWRequestOpenSelectItemList |
static class |
BatchOrgCreateHWRequest.BatchOrgCreateHWRequestOpenSelectItemListClassList |
static class |
BatchOrgCreateHWRequest.BatchOrgCreateHWRequestOpenSelectItemListClassListStudents |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attributes
This parameter is required.
|
String |
bizCode
This parameter is required.
|
String |
courseName
This parameter is required.
|
String |
hwContent
This parameter is required.
|
Long |
hwDeadline |
String |
hwDeadlineOpen
example:
Y
if can be null:
false
|
String |
hwMedia |
String |
hwPhoto |
String |
hwTitle
This parameter is required.
|
String |
hwType |
String |
hwVideo |
String |
identifier
This parameter is required.
|
List<BatchOrgCreateHWRequest.BatchOrgCreateHWRequestOpenSelectItemList> |
openSelectItemList
This parameter is required.
|
String |
scheduledRelease |
String |
scheduledTime |
String |
status
This parameter is required.
|
String |
targetRole |
String |
teacherName
This parameter is required.
|
String |
teacherUserId
This parameter is required.
|
| 构造器和说明 |
|---|
BatchOrgCreateHWRequest() |
@NameInMap(value="attributes") public String attributes
This parameter is required.
@NameInMap(value="bizCode") public String bizCode
This parameter is required.
@NameInMap(value="courseName") public String courseName
This parameter is required.
@NameInMap(value="hwContent") public String hwContent
This parameter is required.
@NameInMap(value="hwDeadline") public Long hwDeadline
@NameInMap(value="hwDeadlineOpen") public String hwDeadlineOpen
Y
if can be null:false
@NameInMap(value="hwMedia") public String hwMedia
@NameInMap(value="hwPhoto") public String hwPhoto
@NameInMap(value="hwTitle") public String hwTitle
This parameter is required.
@NameInMap(value="hwType") public String hwType
@NameInMap(value="hwVideo") public String hwVideo
@NameInMap(value="identifier") public String identifier
This parameter is required.
@NameInMap(value="openSelectItemList") public List<BatchOrgCreateHWRequest.BatchOrgCreateHWRequestOpenSelectItemList> openSelectItemList
This parameter is required.
@NameInMap(value="scheduledRelease") public String scheduledRelease
@NameInMap(value="scheduledTime") public String scheduledTime
@NameInMap(value="status") public String status
This parameter is required.
@NameInMap(value="targetRole") public String targetRole
@NameInMap(value="teacherName") public String teacherName
This parameter is required.
@NameInMap(value="teacherUserId") public String teacherUserId
This parameter is required.
public static BatchOrgCreateHWRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchOrgCreateHWRequest setAttributes(String attributes)
public String getAttributes()
public BatchOrgCreateHWRequest setBizCode(String bizCode)
public String getBizCode()
public BatchOrgCreateHWRequest setCourseName(String courseName)
public String getCourseName()
public BatchOrgCreateHWRequest setHwContent(String hwContent)
public String getHwContent()
public BatchOrgCreateHWRequest setHwDeadline(Long hwDeadline)
public Long getHwDeadline()
public BatchOrgCreateHWRequest setHwDeadlineOpen(String hwDeadlineOpen)
public String getHwDeadlineOpen()
public BatchOrgCreateHWRequest setHwMedia(String hwMedia)
public String getHwMedia()
public BatchOrgCreateHWRequest setHwPhoto(String hwPhoto)
public String getHwPhoto()
public BatchOrgCreateHWRequest setHwTitle(String hwTitle)
public String getHwTitle()
public BatchOrgCreateHWRequest setHwType(String hwType)
public String getHwType()
public BatchOrgCreateHWRequest setHwVideo(String hwVideo)
public String getHwVideo()
public BatchOrgCreateHWRequest setIdentifier(String identifier)
public String getIdentifier()
public BatchOrgCreateHWRequest setOpenSelectItemList(List<BatchOrgCreateHWRequest.BatchOrgCreateHWRequestOpenSelectItemList> openSelectItemList)
public List<BatchOrgCreateHWRequest.BatchOrgCreateHWRequestOpenSelectItemList> getOpenSelectItemList()
public BatchOrgCreateHWRequest setScheduledRelease(String scheduledRelease)
public String getScheduledRelease()
public BatchOrgCreateHWRequest setScheduledTime(String scheduledTime)
public String getScheduledTime()
public BatchOrgCreateHWRequest setStatus(String status)
public String getStatus()
public BatchOrgCreateHWRequest setTargetRole(String targetRole)
public String getTargetRole()
public BatchOrgCreateHWRequest setTeacherName(String teacherName)
public String getTeacherName()
public BatchOrgCreateHWRequest setTeacherUserId(String teacherUserId)
public String getTeacherUserId()
Copyright © 2025. All rights reserved.