public class OtherModelScores extends AbstractModel
Constructor and Description |
---|
OtherModelScores() |
OtherModelScores(OtherModelScores 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 模型类型
|
String |
getModelScore()
Get 该模型评分
|
void |
setModelId(String ModelId)
Set 模型类型
|
void |
setModelScore(String ModelScore)
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 OtherModelScores()
public OtherModelScores(OtherModelScores source)
public String getModelId()
public void setModelId(String ModelId)
ModelId
- 模型类型public String getModelScore()
public void setModelScore(String ModelScore)
ModelScore
- 该模型评分Copyright © 2023. All rights reserved.