public class DoRtcNumberAuthResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DoRtcNumberAuthResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DoRtcNumberAuthResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getModule() |
String |
getRequestId() |
DoRtcNumberAuthResponseBody |
setCode(String code) |
DoRtcNumberAuthResponseBody |
setMessage(String message) |
DoRtcNumberAuthResponseBody |
setModule(String module) |
DoRtcNumberAuthResponseBody |
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 DoRtcNumberAuthResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DoRtcNumberAuthResponseBody setCode(String code)
public String getCode()
public DoRtcNumberAuthResponseBody setMessage(String message)
public String getMessage()
public DoRtcNumberAuthResponseBody setModule(String module)
public String getModule()
public DoRtcNumberAuthResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2021. All rights reserved.