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