public class VerifyVoiceprintServermodeResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
certifyId |
String |
externInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultCodeSub |
String |
resultMsg |
String |
resultMsgSub |
| Constructor and Description |
|---|
VerifyVoiceprintServermodeResponse() |
| Modifier and Type | Method and Description |
|---|---|
static VerifyVoiceprintServermodeResponse |
build(Map<String,?> map) |
String |
getCertifyId() |
String |
getExternInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultCodeSub() |
String |
getResultMsg() |
String |
getResultMsgSub() |
VerifyVoiceprintServermodeResponse |
setCertifyId(String certifyId) |
VerifyVoiceprintServermodeResponse |
setExternInfo(String externInfo) |
VerifyVoiceprintServermodeResponse |
setReqMsgId(String reqMsgId) |
VerifyVoiceprintServermodeResponse |
setResultCode(String resultCode) |
VerifyVoiceprintServermodeResponse |
setResultCodeSub(String resultCodeSub) |
VerifyVoiceprintServermodeResponse |
setResultMsg(String resultMsg) |
VerifyVoiceprintServermodeResponse |
setResultMsgSub(String resultMsgSub) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="certify_id") public String certifyId
@NameInMap(value="extern_info") public String externInfo
@NameInMap(value="result_code_sub") public String resultCodeSub
@NameInMap(value="result_msg_sub") public String resultMsgSub
public static VerifyVoiceprintServermodeResponse build(Map<String,?> map) throws Exception
Exceptionpublic VerifyVoiceprintServermodeResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public VerifyVoiceprintServermodeResponse setResultCode(String resultCode)
public String getResultCode()
public VerifyVoiceprintServermodeResponse setResultMsg(String resultMsg)
public String getResultMsg()
public VerifyVoiceprintServermodeResponse setCertifyId(String certifyId)
public String getCertifyId()
public VerifyVoiceprintServermodeResponse setExternInfo(String externInfo)
public String getExternInfo()
public VerifyVoiceprintServermodeResponse setResultCodeSub(String resultCodeSub)
public String getResultCodeSub()
public VerifyVoiceprintServermodeResponse setResultMsgSub(String resultMsgSub)
public String getResultMsgSub()
Copyright © 2025. All rights reserved.