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