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