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