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