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