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