public static class BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attributes
example:
{""}
|
String |
studentName
example:
小明
|
String |
studentUserId
example:
studentxxx
|
| 构造器和说明 |
|---|
BatchCreateStudentClassRequestStudentList() |
@NameInMap(value="attributes") public String attributes
{""}
@NameInMap(value="studentName") public String studentName
小明
@NameInMap(value="studentUserId") public String studentUserId
studentxxx
public BatchCreateStudentClassRequestStudentList()
public static BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList build(Map<String,?> map) throws Exception
Exceptionpublic BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList setAttributes(String attributes)
public String getAttributes()
public BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList setStudentName(String studentName)
public String getStudentName()
public BatchCreateStudentClassRequest.BatchCreateStudentClassRequestStudentList setStudentUserId(String studentUserId)
public String getStudentUserId()
Copyright © 2025. All rights reserved.