public class CollegeRemoveStudentRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="studentId") public Long studentId
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 © 2023. All rights reserved.