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