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