public class CollegeListStudentInfoResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CollegeListStudentInfoResponseBody.CollegeListStudentInfoResponseBodyStudentInfoSimpleList |
| 限定符和类型 | 字段和说明 |
|---|---|
List<CollegeListStudentInfoResponseBody.CollegeListStudentInfoResponseBodyStudentInfoSimpleList> |
studentInfoSimpleList |
Long |
totalCount |
| 构造器和说明 |
|---|
CollegeListStudentInfoResponseBody() |
@NameInMap(value="studentInfoSimpleList") public List<CollegeListStudentInfoResponseBody.CollegeListStudentInfoResponseBodyStudentInfoSimpleList> studentInfoSimpleList
@NameInMap(value="totalCount") public Long totalCount
public static CollegeListStudentInfoResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CollegeListStudentInfoResponseBody setStudentInfoSimpleList(List<CollegeListStudentInfoResponseBody.CollegeListStudentInfoResponseBodyStudentInfoSimpleList> studentInfoSimpleList)
public List<CollegeListStudentInfoResponseBody.CollegeListStudentInfoResponseBodyStudentInfoSimpleList> getStudentInfoSimpleList()
public CollegeListStudentInfoResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2023. All rights reserved.