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