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