public class CollegeListDeptManagerRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
CollegeListDeptManagerRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CollegeListDeptManagerRequest |
build(Map<String,?> map) |
Long |
getDeptId() |
Long |
getPageNumber() |
Long |
getPageSize() |
CollegeListDeptManagerRequest |
setDeptId(Long deptId) |
CollegeListDeptManagerRequest |
setPageNumber(Long pageNumber) |
CollegeListDeptManagerRequest |
setPageSize(Long pageSize) |
@NameInMap(value="deptId") public Long deptId
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
public static CollegeListDeptManagerRequest build(Map<String,?> map) throws Exception
Exceptionpublic CollegeListDeptManagerRequest setDeptId(Long deptId)
public Long getDeptId()
public CollegeListDeptManagerRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public CollegeListDeptManagerRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2023. All rights reserved.