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