public class ListCommentsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListCommentsResponseBody.ListCommentsResponseBodyResult |
static class |
ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList |
static class |
ListCommentsResponseBody.ListCommentsResponseBodyResultCommentListContent |
| 限定符和类型 | 字段和说明 |
|---|---|
ListCommentsResponseBody.ListCommentsResponseBodyResult |
result |
Boolean |
success |
| 构造器和说明 |
|---|
ListCommentsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCommentsResponseBody |
build(Map<String,?> map) |
ListCommentsResponseBody.ListCommentsResponseBodyResult |
getResult() |
Boolean |
getSuccess() |
ListCommentsResponseBody |
setResult(ListCommentsResponseBody.ListCommentsResponseBodyResult result) |
ListCommentsResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="result") public ListCommentsResponseBody.ListCommentsResponseBodyResult result
@NameInMap(value="success") public Boolean success
public static ListCommentsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListCommentsResponseBody setResult(ListCommentsResponseBody.ListCommentsResponseBodyResult result)
public ListCommentsResponseBody.ListCommentsResponseBodyResult getResult()
public ListCommentsResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.