public class RiskDetail extends AbstractModel
Constructor and Description |
---|
RiskDetail() |
Modifier and Type | Method and Description |
---|---|
Long |
getRiskCode()
Get 风险码
|
String |
getRiskCodeValue()
Get 风险详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRiskCode(Long RiskCode)
Set 风险码
|
void |
setRiskCodeValue(String RiskCodeValue)
Set 风险详情
注意:此字段可能返回 null,表示取不到有效值。
|
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 Long getRiskCode()
public void setRiskCode(Long RiskCode)
RiskCode
- 风险码public String getRiskCodeValue()
public void setRiskCodeValue(String RiskCodeValue)
RiskCodeValue
- 风险详情
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.