public class BatchCreateStudentClassRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
classId
example:
classxxx
|
String |
className
example:
一年级一班
|
Integer |
classType
example:
1
|
String |
corpId
example:
dingxxx
|
String |
isvCode
example:
ISV_XXX
|
List<BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList> |
studentList |
| 构造器和说明 |
|---|
BatchCreateStudentClassRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchCreateStudentClassRequest |
build(Map<String,?> map) |
String |
getClassId() |
String |
getClassName() |
Integer |
getClassType() |
String |
getCorpId() |
String |
getIsvCode() |
List<BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList> |
getStudentList() |
BatchCreateStudentClassRequest |
setClassId(String classId) |
BatchCreateStudentClassRequest |
setClassName(String className) |
BatchCreateStudentClassRequest |
setClassType(Integer classType) |
BatchCreateStudentClassRequest |
setCorpId(String corpId) |
BatchCreateStudentClassRequest |
setIsvCode(String isvCode) |
BatchCreateStudentClassRequest |
setStudentList(List<BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList> studentList) |
@NameInMap(value="classId") public String classId
classxxx
@NameInMap(value="className") public String className
一年级一班
@NameInMap(value="classType") public Integer classType
1
@NameInMap(value="corpId") public String corpId
dingxxx
@NameInMap(value="isvCode") public String isvCode
ISV_XXX
@NameInMap(value="studentList") public List<BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList> studentList
public static BatchCreateStudentClassRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchCreateStudentClassRequest setClassId(String classId)
public String getClassId()
public BatchCreateStudentClassRequest setClassName(String className)
public String getClassName()
public BatchCreateStudentClassRequest setClassType(Integer classType)
public Integer getClassType()
public BatchCreateStudentClassRequest setCorpId(String corpId)
public String getCorpId()
public BatchCreateStudentClassRequest setIsvCode(String isvCode)
public String getIsvCode()
public BatchCreateStudentClassRequest setStudentList(List<BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList> studentList)
public List<BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList> getStudentList()
Copyright © 2025. All rights reserved.