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