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