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