public static class CommentAtInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CommentAtInfo |
build() |
CommentAtInfo.Builder |
name(String name)
被艾特人的姓名
示例值:张敏
|
CommentAtInfo.Builder |
offset(String offset)
被艾特人在评论中的位置,从 0 开始。
|
CommentAtInfo.Builder |
userId(String userId)
被艾特人的 ID,ID 类型与查询参数 user_id_type 取值一致。
|
public CommentAtInfo.Builder userId(String userId)
示例值:579fd9c4
userId - public CommentAtInfo.Builder name(String name)
示例值:张敏
name - public CommentAtInfo.Builder offset(String offset)
示例值:0
offset - public CommentAtInfo build()
Copyright © 2026. All rights reserved.