public class CollegeListStudentInfoResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
CollegeListStudentInfoResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
CollegeListStudentInfoResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CollegeListStudentInfoResponse |
build(Map<String,?> map) |
CollegeListStudentInfoResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
CollegeListStudentInfoResponse |
setBody(CollegeListStudentInfoResponseBody body) |
CollegeListStudentInfoResponse |
setHeaders(Map<String,String> headers) |
CollegeListStudentInfoResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") @Validation(required=true) public Integer statusCode
@NameInMap(value="body") @Validation(required=true) public CollegeListStudentInfoResponseBody body
public static CollegeListStudentInfoResponse build(Map<String,?> map) throws Exception
Exceptionpublic CollegeListStudentInfoResponse setHeaders(Map<String,String> headers)
public CollegeListStudentInfoResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public CollegeListStudentInfoResponse setBody(CollegeListStudentInfoResponseBody body)
public CollegeListStudentInfoResponseBody getBody()
Copyright © 2023. All rights reserved.