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