public class QueryBankLivenessResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
externInfo |
String |
livenessInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryBankLivenessResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryBankLivenessResponse |
build(Map<String,?> map) |
String |
getExternInfo() |
String |
getLivenessInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryBankLivenessResponse |
setExternInfo(String externInfo) |
QueryBankLivenessResponse |
setLivenessInfo(String livenessInfo) |
QueryBankLivenessResponse |
setReqMsgId(String reqMsgId) |
QueryBankLivenessResponse |
setResultCode(String resultCode) |
QueryBankLivenessResponse |
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="liveness_info") public String livenessInfo
@NameInMap(value="extern_info") public String externInfo
public static QueryBankLivenessResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryBankLivenessResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryBankLivenessResponse setResultCode(String resultCode)
public String getResultCode()
public QueryBankLivenessResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryBankLivenessResponse setLivenessInfo(String livenessInfo)
public String getLivenessInfo()
public QueryBankLivenessResponse setExternInfo(String externInfo)
public String getExternInfo()
Copyright © 2025. All rights reserved.