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