Class RiskDetailInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.af.v20200226.models.RiskDetailInfo
-
public class RiskDetailInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RiskDetailInfo()
RiskDetailInfo(RiskDetailInfo 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 String
getRiskCode()
Get 风险码 注意:此字段可能返回 null,表示取不到有效值。String
getRiskValue()
Get 风险码对应的风险值 注意:此字段可能返回 null,表示取不到有效值。void
setRiskCode(String RiskCode)
Set 风险码 注意:此字段可能返回 null,表示取不到有效值。void
setRiskValue(String RiskValue)
Set 风险码对应的风险值 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
RiskDetailInfo
public RiskDetailInfo()
-
RiskDetailInfo
public RiskDetailInfo(RiskDetailInfo 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
-
getRiskCode
public String getRiskCode()
Get 风险码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskCode 风险码 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskCode
public void setRiskCode(String RiskCode)
Set 风险码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskCode
- 风险码 注意:此字段可能返回 null,表示取不到有效值。
-
getRiskValue
public String getRiskValue()
Get 风险码对应的风险值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskValue 风险码对应的风险值 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskValue
public void setRiskValue(String RiskValue)
Set 风险码对应的风险值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskValue
- 风险码对应的风险值 注意:此字段可能返回 null,表示取不到有效值。
-
-