public class CollegeListStudentInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
deptId
This parameter is required.
|
String |
dingStudentStatus
This parameter is required.
|
Long |
pageNumber
This parameter is required.
|
Long |
pageSize
This parameter is required.
|
| 构造器和说明 |
|---|
CollegeListStudentInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CollegeListStudentInfoRequest |
build(Map<String,?> map) |
Long |
getDeptId() |
String |
getDingStudentStatus() |
Long |
getPageNumber() |
Long |
getPageSize() |
CollegeListStudentInfoRequest |
setDeptId(Long deptId) |
CollegeListStudentInfoRequest |
setDingStudentStatus(String dingStudentStatus) |
CollegeListStudentInfoRequest |
setPageNumber(Long pageNumber) |
CollegeListStudentInfoRequest |
setPageSize(Long pageSize) |
@NameInMap(value="deptId") public Long deptId
This parameter is required.
@NameInMap(value="dingStudentStatus") public String dingStudentStatus
This parameter is required.
example:UNCHECKED
@NameInMap(value="pageNumber") public Long pageNumber
This parameter is required.
example:10
@NameInMap(value="pageSize") public Long pageSize
This parameter is required.
example:100
public static CollegeListStudentInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic CollegeListStudentInfoRequest setDeptId(Long deptId)
public Long getDeptId()
public CollegeListStudentInfoRequest setDingStudentStatus(String dingStudentStatus)
public String getDingStudentStatus()
public CollegeListStudentInfoRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public CollegeListStudentInfoRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2025. All rights reserved.