public class SendTTSVerifyLinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
contactId
The ID of the alert contact.
|
String |
phone
The mobile number of the alert contact.
|
| 构造器和说明 |
|---|
SendTTSVerifyLinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SendTTSVerifyLinkRequest |
build(Map<String,?> map) |
Long |
getContactId() |
String |
getPhone() |
SendTTSVerifyLinkRequest |
setContactId(Long contactId) |
SendTTSVerifyLinkRequest |
setPhone(String phone) |
@NameInMap(value="ContactId") public Long contactId
The ID of the alert contact.
This parameter is required.
example:123
@NameInMap(value="Phone") public String phone
The mobile number of the alert contact.
This parameter is required.
example:1381111****
public static SendTTSVerifyLinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic SendTTSVerifyLinkRequest setContactId(Long contactId)
public Long getContactId()
public SendTTSVerifyLinkRequest setPhone(String phone)
public String getPhone()
Copyright © 2024. All rights reserved.