public class CollegeRemoveStudentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
deptId
This parameter is required.
|
Long |
studentId
This parameter is required.
|
| 构造器和说明 |
|---|
CollegeRemoveStudentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CollegeRemoveStudentRequest |
build(Map<String,?> map) |
Long |
getDeptId() |
Long |
getStudentId() |
CollegeRemoveStudentRequest |
setDeptId(Long deptId) |
CollegeRemoveStudentRequest |
setStudentId(Long studentId) |
@NameInMap(value="deptId") public Long deptId
This parameter is required.
example:1111
@NameInMap(value="studentId") public Long studentId
This parameter is required.
example:2222
public static CollegeRemoveStudentRequest build(Map<String,?> map) throws Exception
Exceptionpublic CollegeRemoveStudentRequest setDeptId(Long deptId)
public Long getDeptId()
public CollegeRemoveStudentRequest setStudentId(Long studentId)
public Long getStudentId()
Copyright © 2025. All rights reserved.