public class CollegeListStudentInfoRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
deptId |
String |
dingStudentStatus |
Long |
pageNumber |
Long |
pageSize |
构造器和说明 |
---|
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
@NameInMap(value="dingStudentStatus") public String dingStudentStatus
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
public static CollegeListStudentInfoRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2022. All rights reserved.