public class CorrectInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CorrectInfo.Builder |
| 构造器和说明 |
|---|
CorrectInfo() |
CorrectInfo(CorrectInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCorrectTotal() |
Integer[] |
getEachdayCorrect() |
CorrectError |
getGrammarError() |
CorrectError |
getNounError() |
CorrectError |
getSpellError() |
CorrectError |
getVerbTenseError() |
static CorrectInfo.Builder |
newBuilder() |
void |
setCorrectTotal(Integer correctTotal) |
void |
setEachdayCorrect(Integer[] eachdayCorrect) |
void |
setGrammarError(CorrectError grammarError) |
void |
setNounError(CorrectError nounError) |
void |
setSpellError(CorrectError spellError) |
void |
setVerbTenseError(CorrectError verbTenseError) |
public CorrectInfo()
public CorrectInfo(CorrectInfo.Builder builder)
public static CorrectInfo.Builder newBuilder()
public Integer getCorrectTotal()
public void setCorrectTotal(Integer correctTotal)
public Integer[] getEachdayCorrect()
public void setEachdayCorrect(Integer[] eachdayCorrect)
public CorrectError getGrammarError()
public void setGrammarError(CorrectError grammarError)
public CorrectError getSpellError()
public void setSpellError(CorrectError spellError)
public CorrectError getNounError()
public void setNounError(CorrectError nounError)
public CorrectError getVerbTenseError()
public void setVerbTenseError(CorrectError verbTenseError)
Copyright © 2025. All rights reserved.