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