public static class ProcessCommentInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessCommentInfo |
build() |
ProcessCommentInfo.Builder |
commentMsg(String commentMsg)
评论内容
示例值:评论内容
|
ProcessCommentInfo.Builder |
commentorId(String commentorId)
评论人id
示例值:7355397217231831060
|
ProcessCommentInfo.Builder |
commentorName(DataengineI18n commentorName)
评论人姓名
示例值:
|
ProcessCommentInfo.Builder |
commentTime(String commentTime)
评论时间,Unix毫秒时间戳
示例值:1694769814036
|
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 build()
Copyright © 2025. All rights reserved.