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