public class QueryMobileRiskResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
deviceInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
riskInfo |
| Constructor and Description |
|---|
QueryMobileRiskResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryMobileRiskResponse |
build(Map<String,?> map) |
String |
getDeviceInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getRiskInfo() |
QueryMobileRiskResponse |
setDeviceInfo(String deviceInfo) |
QueryMobileRiskResponse |
setReqMsgId(String reqMsgId) |
QueryMobileRiskResponse |
setResultCode(String resultCode) |
QueryMobileRiskResponse |
setResultMsg(String resultMsg) |
QueryMobileRiskResponse |
setRiskInfo(String riskInfo) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="device_info") public String deviceInfo
@NameInMap(value="risk_info") public String riskInfo
public static QueryMobileRiskResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryMobileRiskResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryMobileRiskResponse setResultCode(String resultCode)
public String getResultCode()
public QueryMobileRiskResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryMobileRiskResponse setDeviceInfo(String deviceInfo)
public String getDeviceInfo()
public QueryMobileRiskResponse setRiskInfo(String riskInfo)
public String getRiskInfo()
Copyright © 2025. All rights reserved.