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