public class RiskMatrixLevel extends AbstractModel
header, skipSign
Constructor and Description |
---|
RiskMatrixLevel() |
RiskMatrixLevel(RiskMatrixLevel 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 |
---|---|
Long |
getId()
Get 就是id
|
String |
getName()
Get 名称
|
Float |
getScore()
Get 分数
|
void |
setId(Long Id)
Set 就是id
|
void |
setName(String Name)
Set 名称
|
void |
setScore(Float Score)
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, toJsonString
public RiskMatrixLevel()
public RiskMatrixLevel(RiskMatrixLevel source)
public String getName()
public void setName(String Name)
Name
- 名称public Long getId()
public void setId(Long Id)
Id
- 就是idpublic Float getScore()
public void setScore(Float Score)
Score
- 分数Copyright © 2025. All rights reserved.