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