public class OtherModelScores extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OtherModelScores()
public OtherModelScores(OtherModelScores source)
public String getModelId()
public void setModelId(String ModelId)
ModelId - 模型类型public String getModelScore()
public void setModelScore(String ModelScore)
ModelScore - 该模型评分Copyright © 2025. All rights reserved.