public class CorrectData extends AbstractModel
Constructor and Description |
---|
CorrectData() |
CorrectData(CorrectData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Get 综合评价
|
Float |
getScore()
Get 总得分
|
ScoreCategory |
getScoreCat()
Get 各项得分详情
|
SentenceCom[] |
getSentenceComments()
Get 句子点评
|
void |
setComment(String Comment)
Set 综合评价
|
void |
setScore(Float Score)
Set 总得分
|
void |
setScoreCat(ScoreCategory ScoreCat)
Set 各项得分详情
|
void |
setSentenceComments(SentenceCom[] SentenceComments)
Set 句子点评
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CorrectData()
public CorrectData(CorrectData source)
public Float getScore()
public void setScore(Float Score)
Score
- 总得分public ScoreCategory getScoreCat()
public void setScoreCat(ScoreCategory ScoreCat)
ScoreCat
- 各项得分详情public String getComment()
public void setComment(String Comment)
Comment
- 综合评价public SentenceCom[] getSentenceComments()
public void setSentenceComments(SentenceCom[] SentenceComments)
SentenceComments
- 句子点评Copyright © 2021. All rights reserved.