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