Class RiskMatrixLevel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.RiskMatrixLevel
-
public class RiskMatrixLevel extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()Get 就是id 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 名称 注意:此字段可能返回 null,表示取不到有效值。FloatgetScore()Get 分数 注意:此字段可能返回 null,表示取不到有效值。voidsetId(Long Id)Set 就是id 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 名称 注意:此字段可能返回 null,表示取不到有效值。voidsetScore(Float Score)Set 分数 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RiskMatrixLevel
public RiskMatrixLevel()
-
RiskMatrixLevel
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 名称 注意:此字段可能返回 null,表示取不到有效值。
-
getId
public Long getId()
Get 就是id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id 就是id 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(Long Id)
Set 就是id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id- 就是id 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Float getScore()
Get 分数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Score 分数 注意:此字段可能返回 null,表示取不到有效值。
-
setScore
public void setScore(Float Score)
Set 分数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Score- 分数 注意:此字段可能返回 null,表示取不到有效值。
-
-