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