| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
WordInfo |
build() |
WordInfo.Builder |
dedupInputTotal(Integer dedupInputTotal)
用户输入的去重后的总词汇量
示例值:
|
WordInfo.Builder |
eachdayDedupInput(Integer[] eachdayDedupInput)
时间区间内每一天发送的归一化去重后的英文词数,时间是由远到近。
|
WordInfo.Builder |
eachdayInput(Integer[] eachdayInput)
时间区间内每一天发送的英文词数,时间是由远到近。
|
WordInfo.Builder |
historyWordsTotal(Integer historyWordsTotal)
历史总计英语词数(包含新增)
示例值:
|
WordInfo.Builder |
inputTotal(Integer inputTotal)
用户输入的总词汇量
示例值:
|
WordInfo.Builder |
newWordsTotal(Integer newWordsTotal)
新增英语词数
示例值:
|
WordInfo.Builder |
receiveEnMessageTotal(Integer receiveEnMessageTotal)
接收英文消息的数量
示例值:
|
WordInfo.Builder |
receiveMessageTotal(Integer receiveMessageTotal)
接收消息的数量
示例值:
|
WordInfo.Builder |
sendEnMessageTotal(Integer sendEnMessageTotal)
发送的英语消息总数
示例值:
|
WordInfo.Builder |
sendMessageTotal(Integer sendMessageTotal)
发送的消息总数
示例值:
|
public WordInfo.Builder inputTotal(Integer inputTotal)
示例值:
inputTotal - public WordInfo.Builder dedupInputTotal(Integer dedupInputTotal)
示例值:
dedupInputTotal - public WordInfo.Builder eachdayInput(Integer[] eachdayInput)
示例值:
eachdayInput - public WordInfo.Builder eachdayDedupInput(Integer[] eachdayDedupInput)
示例值:
eachdayDedupInput - public WordInfo.Builder sendMessageTotal(Integer sendMessageTotal)
示例值:
sendMessageTotal - public WordInfo.Builder sendEnMessageTotal(Integer sendEnMessageTotal)
示例值:
sendEnMessageTotal - public WordInfo.Builder receiveMessageTotal(Integer receiveMessageTotal)
示例值:
receiveMessageTotal - public WordInfo.Builder receiveEnMessageTotal(Integer receiveEnMessageTotal)
示例值:
receiveEnMessageTotal - public WordInfo.Builder historyWordsTotal(Integer historyWordsTotal)
示例值:
historyWordsTotal - public WordInfo.Builder newWordsTotal(Integer newWordsTotal)
示例值:
newWordsTotal - public WordInfo build()
Copyright © 2022. All rights reserved.