Package com.bytedesk.core.relation
Class RelationResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.relation.RelationResponse
- All Implemented Interfaces:
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 ZonedDateTime
最后互动时间private Integer
点赞数量private String
关系元数据(JSON格式,存储扩展信息)private String
关系客体内容ID(被关系的内容,如文章、视频等)private String
关系客体用户ID(被关系的用户)private Integer
关系持续时间(天数)private ZonedDateTime
关系结束时间private Integer
关系质量评分(0-100)private ZonedDateTime
关系开始时间private String
关系备注private Integer
分享数量private String
关系来源(如:推荐、搜索、分享等)private String
关系状态private String
关系主体用户ID(发起关系的用户)private String
关系子类型(如:互相关注、单向关注等)关系标签列表private String
private Integer
浏览数量private Integer
关系强度/权重(0-100,用于算法推荐) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
type
-
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
-
RelationResponse
public RelationResponse()
-