public class VerifyFinserviceZhimaIdentifyResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
ZhimaIdentifyResp |
data |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
VerifyFinserviceZhimaIdentifyResponse() |
| Modifier and Type | Method and Description |
|---|---|
static VerifyFinserviceZhimaIdentifyResponse |
build(Map<String,?> map) |
ZhimaIdentifyResp |
getData() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
VerifyFinserviceZhimaIdentifyResponse |
setData(ZhimaIdentifyResp data) |
VerifyFinserviceZhimaIdentifyResponse |
setReqMsgId(String reqMsgId) |
VerifyFinserviceZhimaIdentifyResponse |
setResultCode(String resultCode) |
VerifyFinserviceZhimaIdentifyResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="data") public ZhimaIdentifyResp data
public VerifyFinserviceZhimaIdentifyResponse()
public static VerifyFinserviceZhimaIdentifyResponse build(Map<String,?> map) throws Exception
Exceptionpublic VerifyFinserviceZhimaIdentifyResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public VerifyFinserviceZhimaIdentifyResponse setResultCode(String resultCode)
public String getResultCode()
public VerifyFinserviceZhimaIdentifyResponse setResultMsg(String resultMsg)
public String getResultMsg()
public VerifyFinserviceZhimaIdentifyResponse setData(ZhimaIdentifyResp data)
public ZhimaIdentifyResp getData()
Copyright © 2025. All rights reserved.