Package com.bytedesk.wechat.work.moment
Class GetMomentListResponse.MomentInfo
java.lang.Object
com.bytedesk.wechat.work.moment.GetMomentListResponse.MomentInfo
- Enclosing class:
- GetMomentListResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Long
创建时间private Integer
朋友圈创建来源。private String
朋友圈创建者useridprivate List<GetMomentListResponse.Image>
图片列表private GetMomentListResponse.Link
链接信息private GetMomentListResponse.Location
地理位置信息private String
朋友圈idprivate GetMomentListResponse.Text
文本消息private GetMomentListResponse.Video
视频信息private Integer
可见范围类型。 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
momentId
朋友圈id -
creator
朋友圈创建者userid -
createTime
创建时间 -
createType
朋友圈创建来源。0:企业 1:个人 -
visibleType
可见范围类型。0:部分可见 1:公开 -
text
文本消息 -
image
图片列表 -
video
视频信息 -
link
链接信息 -
location
地理位置信息
-
-
Constructor Details
-
MomentInfo
public MomentInfo()
-