public class SingleCallByVoiceResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SingleCallByVoiceResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SingleCallByVoiceResponseBody |
build(Map<String,?> map) |
String |
getCallId() |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
SingleCallByVoiceResponseBody |
setCallId(String callId) |
SingleCallByVoiceResponseBody |
setCode(String code) |
SingleCallByVoiceResponseBody |
setMessage(String message) |
SingleCallByVoiceResponseBody |
setRequestId(String requestId) |
@NameInMap(value="CallId") public String callId
@NameInMap(value="Code") public String code
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
public static SingleCallByVoiceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SingleCallByVoiceResponseBody setCallId(String callId)
public String getCallId()
public SingleCallByVoiceResponseBody setCode(String code)
public String getCode()
public SingleCallByVoiceResponseBody setMessage(String message)
public String getMessage()
public SingleCallByVoiceResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2022. All rights reserved.