public class QualityScore extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QualityScore() | 
| QualityScore(QualityScore 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 | 
|---|---|
| Float | getCompositeScore()Get 综合分数
注意:此字段可能返回 null,表示取不到有效值。 | 
| TableScoreStatisticsInfo[] | getScoringDistribution()Get 评分分布
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalTableNumber()Get 总表数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCompositeScore(Float CompositeScore)Set 综合分数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setScoringDistribution(TableScoreStatisticsInfo[] ScoringDistribution)Set 评分分布
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotalTableNumber(Long TotalTableNumber)Set 总表数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QualityScore()
public QualityScore(QualityScore source)
public Float getCompositeScore()
public void setCompositeScore(Float CompositeScore)
CompositeScore - 综合分数
注意:此字段可能返回 null,表示取不到有效值。public TableScoreStatisticsInfo[] getScoringDistribution()
public void setScoringDistribution(TableScoreStatisticsInfo[] ScoringDistribution)
ScoringDistribution - 评分分布
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalTableNumber()
public void setTotalTableNumber(Long TotalTableNumber)
TotalTableNumber - 总表数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.