Package com.bytedesk.wechat.work.moment
Class GetMomentListResponse
java.lang.Object
com.bytedesk.wechat.work.moment.GetMomentListResponse
获取朋友圈列表响应
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
返回码private String
对返回码的文本描述内容private List<GetMomentListResponse.MomentInfo>
朋友圈列表private String
分页游标 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errcode
返回码 -
errmsg
对返回码的文本描述内容 -
nextCursor
分页游标 -
momentList
朋友圈列表
-
-
Constructor Details
-
GetMomentListResponse
public GetMomentListResponse()
-