public class OtherModelScoresDetail extends AbstractModel
Constructor and Description |
---|
OtherModelScoresDetail() |
OtherModelScoresDetail(OtherModelScoresDetail 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 |
getModelId()
Get 模型版本号;默认顺序为 0、1、2、3、…其中:0=主模型,跟 RiskScore 保持一致;
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelScore()
Get 模型版本对应的评分结果;Found=1 时:模型版本对应的评分结果,0~100 分
区间;Found=-1(未查到)时:全部模型结果返回-1
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelId(String ModelId)
Set 模型版本号;默认顺序为 0、1、2、3、…其中:0=主模型,跟 RiskScore 保持一致;
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelScore(String ModelScore)
Set 模型版本对应的评分结果;Found=1 时:模型版本对应的评分结果,0~100 分
区间;Found=-1(未查到)时:全部模型结果返回-1
注意:此字段可能返回 null,表示取不到有效值。
|
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 OtherModelScoresDetail()
public OtherModelScoresDetail(OtherModelScoresDetail source)
public String getModelId()
public void setModelId(String ModelId)
ModelId
- 模型版本号;默认顺序为 0、1、2、3、…其中:0=主模型,跟 RiskScore 保持一致;
注意:此字段可能返回 null,表示取不到有效值。public String getModelScore()
public void setModelScore(String ModelScore)
ModelScore
- 模型版本对应的评分结果;Found=1 时:模型版本对应的评分结果,0~100 分
区间;Found=-1(未查到)时:全部模型结果返回-1
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.