public static class ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
commentId
example:
comment_id
|
ListCommentsResponseBody.ListCommentsResponseBodyResultCommentListContent |
content |
Long |
createTime |
String |
creatorId
example:
user_id
|
Boolean |
isGlobal |
Boolean |
isSolved
example:
quote
|
String |
quote
example:
quote
|
String |
topicId
example:
topic_id
|
Long |
updateTime |
| 构造器和说明 |
|---|
ListCommentsResponseBodyResultCommentList() |
@NameInMap(value="commentId") public String commentId
comment_id
@NameInMap(value="content") public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentListContent content
@NameInMap(value="createTime") public Long createTime
@NameInMap(value="creatorId") public String creatorId
user_id
@NameInMap(value="isGlobal") public Boolean isGlobal
@NameInMap(value="isSolved") public Boolean isSolved
quote
@NameInMap(value="quote") public String quote
quote
@NameInMap(value="topicId") public String topicId
topic_id
@NameInMap(value="updateTime") public Long updateTime
public ListCommentsResponseBodyResultCommentList()
public static ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList build(Map<String,?> map) throws Exception
Exceptionpublic ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setCommentId(String commentId)
public String getCommentId()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setContent(ListCommentsResponseBody.ListCommentsResponseBodyResultCommentListContent content)
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentListContent getContent()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setCreateTime(Long createTime)
public Long getCreateTime()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setCreatorId(String creatorId)
public String getCreatorId()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setIsGlobal(Boolean isGlobal)
public Boolean getIsGlobal()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setIsSolved(Boolean isSolved)
public Boolean getIsSolved()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setQuote(String quote)
public String getQuote()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setTopicId(String topicId)
public String getTopicId()
public ListCommentsResponseBody.ListCommentsResponseBodyResultCommentList setUpdateTime(Long updateTime)
public Long getUpdateTime()
Copyright © 2025. All rights reserved.