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="Code") public String code
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="CallId") public String callId
public static SingleCallByVoiceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SingleCallByVoiceResponseBody setCode(String code)
public String getCode()
public SingleCallByVoiceResponseBody setMessage(String message)
public String getMessage()
public SingleCallByVoiceResponseBody setRequestId(String requestId)
public String getRequestId()
public SingleCallByVoiceResponseBody setCallId(String callId)
public String getCallId()
Copyright © 2021. All rights reserved.