public static class MigrationTicketComment.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
MigrationTicketComment |
build() |
MigrationTicketComment.Builder |
content(String content)
评论内容
示例值:这是一条工单评论
|
MigrationTicketComment.Builder |
createAtMs(String createAtMs)
评论创建时间(毫秒)
示例值:1741849380
|
MigrationTicketComment.Builder |
userId(String userId)
评论用户 ID
示例值:ou_37019b7c830210acd88fdce886e25c71
|
public MigrationTicketComment.Builder userId(String userId)
示例值:ou_37019b7c830210acd88fdce886e25c71
userId - public MigrationTicketComment.Builder createAtMs(String createAtMs)
示例值:1741849380
createAtMs - public MigrationTicketComment.Builder content(String content)
示例值:这是一条工单评论
content - public MigrationTicketComment build()
Copyright © 2025. All rights reserved.