public static class UserStatsView.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserStatsView |
build() |
UserStatsView.Builder |
items(Item[] items)
用户设置字段
示例值:
|
UserStatsView.Builder |
statsType(String statsType)
视图类型
示例值:month
|
UserStatsView.Builder |
statsType(UserStatsViewStatsTypeEnum statsType)
视图类型
示例值:month
|
UserStatsView.Builder |
userId(String userId)
查询用户id,同【查询统计数据】、【查询统计设置】user_id
示例值:ec8ddg56
|
UserStatsView.Builder |
viewId(String viewId)
视图 ID
示例值:TmpZNU5qTTJORFF6T1RnNU5UTTNOakV6TWl0dGIyNTBhQT09
|
public UserStatsView.Builder viewId(String viewId)
示例值:TmpZNU5qTTJORFF6T1RnNU5UTTNOakV6TWl0dGIyNTBhQT09
viewId - public UserStatsView.Builder statsType(String statsType)
示例值:month
statsType - public UserStatsView.Builder statsType(UserStatsViewStatsTypeEnum statsType)
示例值:month
statsType - UserStatsViewStatsTypeEnumpublic UserStatsView.Builder userId(String userId)
示例值:ec8ddg56
userId - public UserStatsView.Builder items(Item[] items)
示例值:
items - public UserStatsView build()
Copyright © 2022. All rights reserved.