public static class ListCommentsResponseBody.ListCommentsResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList> |
commentList |
Boolean |
hasMore |
String |
nextToken
example:
next_token
|
| 构造器和说明 |
|---|
ListCommentsResponseBodyResult() |
@NameInMap(value="commentList") public List<ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList> commentList
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="nextToken") public String nextToken
next_token
public static ListCommentsResponseBody.ListCommentsResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic ListCommentsResponseBody.ListCommentsResponseBodyResult setCommentList(List<ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList> commentList)
public List<ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList> getCommentList()
public ListCommentsResponseBody.ListCommentsResponseBodyResult setHasMore(Boolean hasMore)
public Boolean getHasMore()
public ListCommentsResponseBody.ListCommentsResponseBodyResult setNextToken(String nextToken)
public String getNextToken()
Copyright © 2025. All rights reserved.