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