Package com.bytedesk.core.relation
Class RelationRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.relation.RelationRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String关系分类private Integer评论数量private String关系额外信息(JSON格式)private Integer粉丝数量private Integer收藏数量private Integer关注数量private Integer互动频率(每月互动次数)private Boolean是否免打扰private Boolean是否互相关注private Boolean是否置顶private Boolean是否公开(其他用户可见)private Boolean是否特别关注private String最后互动时间private Integer点赞数量private String关系元数据(JSON格式,存储扩展信息)private String关系客体内容ID(被关系的内容,如文章、视频等)private String关系客体用户ID(被关系的用户)private Integer关系持续时间(天数)private String关系结束时间private Integer关系质量评分(0-100)private String关系开始时间private String关系备注private Integer分享数量private String关系来源(如:推荐、搜索、分享等)private String关系状态private String关系主体用户ID(发起关系的用户)private String关系子类型(如:互相关注、单向关注等)关系标签列表private Integer浏览数量private Integer关系强度/权重(0-100,用于算法推荐)Fields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
subjectUserUid
关系主体用户ID(发起关系的用户) -
objectUserUid
关系客体用户ID(被关系的用户) -
objectContentUid
关系客体内容ID(被关系的内容,如文章、视频等) -
status
关系状态 -
weight
关系强度/权重(0-100,用于算法推荐) -
tagList
关系标签列表 -
category
关系分类 -
subtype
关系子类型(如:互相关注、单向关注等) -
likeCount
点赞数量 -
favoriteCount
收藏数量 -
commentCount
评论数量 -
viewCount
浏览数量 -
followCount
关注数量 -
fanCount
粉丝数量 -
relationStartTime
关系开始时间 -
relationEndTime
关系结束时间 -
lastInteractionTime
最后互动时间 -
isPinned
是否置顶 -
isPublic
是否公开(其他用户可见) -
isMutual
是否互相关注 -
isSpecial
是否特别关注 -
isMuted
是否免打扰 -
remark
关系备注 -
source
关系来源(如:推荐、搜索、分享等) -
extra
关系额外信息(JSON格式) -
metadata
关系元数据(JSON格式,存储扩展信息) -
interactionFrequency
互动频率(每月互动次数) -
relationDurationDays
关系持续时间(天数) -
relationQualityScore
关系质量评分(0-100)
-
-
Constructor Details
-
RelationRequest
public RelationRequest()
-