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