类 CorrectInfo

java.lang.Object
com.lark.oapi.service.lingo.v1.model.CorrectInfo

public class CorrectInfo extends Object
  • 构造器详细资料

    • CorrectInfo

      public CorrectInfo()
    • CorrectInfo

      public CorrectInfo(CorrectInfo.Builder builder)
  • 方法详细资料

    • newBuilder

      public static CorrectInfo.Builder newBuilder()
    • getCorrectTotal

      public Integer getCorrectTotal()
    • setCorrectTotal

      public void setCorrectTotal(Integer correctTotal)
    • getEachdayCorrect

      public Integer[] getEachdayCorrect()
    • setEachdayCorrect

      public void setEachdayCorrect(Integer[] eachdayCorrect)
    • getGrammarError

      public CorrectError getGrammarError()
    • setGrammarError

      public void setGrammarError(CorrectError grammarError)
    • getSpellError

      public CorrectError getSpellError()
    • setSpellError

      public void setSpellError(CorrectError spellError)
    • getNounError

      public CorrectError getNounError()
    • setNounError

      public void setNounError(CorrectError nounError)
    • getVerbTenseError

      public CorrectError getVerbTenseError()
    • setVerbTenseError

      public void setVerbTenseError(CorrectError verbTenseError)