public static class ProcessCommentInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessCommentInfo.Builder |
atUserIds(String[] atUserIds)
在评论中被提及(@)到的人的id列表
示例值:
|
ProcessCommentInfo |
build() |
ProcessCommentInfo.Builder |
commentId(String commentId)
一条评论的唯一id
示例值:7355397217231831060
|
ProcessCommentInfo.Builder |
commentMsg(String commentMsg)
评论内容
示例值:评论内容
|
ProcessCommentInfo.Builder |
commentorId(String commentorId)
评论人id
示例值:7355397217231831060
|
ProcessCommentInfo.Builder |
commentorName(DataengineI18n commentorName)
评论人姓名
示例值:
|
ProcessCommentInfo.Builder |
commentTime(String commentTime)
评论时间,Unix毫秒时间戳
示例值:1694769814036
|
ProcessCommentInfo.Builder |
fileCount(Integer fileCount)
评论中附件数量
示例值:10
|
ProcessCommentInfo.Builder |
imageCount(Integer imageCount)
评论中图片数量
示例值:10
|
public ProcessCommentInfo.Builder commentorId(String commentorId)
示例值:7355397217231831060
commentorId - public ProcessCommentInfo.Builder commentorName(DataengineI18n commentorName)
示例值:
commentorName - public ProcessCommentInfo.Builder commentTime(String commentTime)
示例值:1694769814036
commentTime - public ProcessCommentInfo.Builder commentMsg(String commentMsg)
示例值:评论内容
commentMsg - public ProcessCommentInfo.Builder atUserIds(String[] atUserIds)
示例值:
atUserIds - public ProcessCommentInfo.Builder fileCount(Integer fileCount)
示例值:10
fileCount - public ProcessCommentInfo.Builder imageCount(Integer imageCount)
示例值:10
imageCount - public ProcessCommentInfo.Builder commentId(String commentId)
示例值:7355397217231831060
commentId - public ProcessCommentInfo build()
Copyright © 2026. All rights reserved.