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