public static class StatisticalReport.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
StatisticalReport |
build() |
StatisticalReport.Builder |
correctInfo(CorrectInfo correctInfo)
纠错相关数据
示例值:
|
StatisticalReport.Builder |
dateInterval(Integer dateInterval)
请求时间区间
示例值:请求时间区间
|
StatisticalReport.Builder |
dateInterval(StatisticalReportDateIntervalEnum dateInterval)
请求时间区间
示例值:请求时间区间
|
StatisticalReport.Builder |
updateDate(String updateDate)
天维度的时间戳,用于确认数据最近一次更新时间
示例值:
|
StatisticalReport.Builder |
wordInfo(WordInfo wordInfo)
词汇量相关数据
示例值:
|
public StatisticalReport.Builder dateInterval(Integer dateInterval)
示例值:请求时间区间
dateInterval - public StatisticalReport.Builder dateInterval(StatisticalReportDateIntervalEnum dateInterval)
示例值:请求时间区间
dateInterval - StatisticalReportDateIntervalEnumpublic StatisticalReport.Builder wordInfo(WordInfo wordInfo)
示例值:
wordInfo - public StatisticalReport.Builder correctInfo(CorrectInfo correctInfo)
示例值:
correctInfo - public StatisticalReport.Builder updateDate(String updateDate)
示例值:
updateDate - public StatisticalReport build()
Copyright © 2022. All rights reserved.