Package com.bytedesk.wechat.work.moment
Class GetMomentCommentsResponse
java.lang.Object
com.bytedesk.wechat.work.moment.GetMomentCommentsResponse
获取朋友圈互动数据响应
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescription评论列表private Integer
返回码private String
对返回码的文本描述内容private List<GetMomentCommentsResponse.LikeInfo>
点赞列表 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errcode
返回码 -
errmsg
对返回码的文本描述内容 -
commentList
评论列表 -
likeList
点赞列表
-
-
Constructor Details
-
GetMomentCommentsResponse
public GetMomentCommentsResponse()
-