public class DeleteSmsTemplateRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
templateCode
The code of the message template.
|
| 构造器和说明 |
|---|
DeleteSmsTemplateRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteSmsTemplateRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getTemplateCode() |
DeleteSmsTemplateRequest |
setOwnerId(Long ownerId) |
DeleteSmsTemplateRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteSmsTemplateRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteSmsTemplateRequest |
setTemplateCode(String templateCode) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="TemplateCode") public String templateCode
The code of the message template.
You can log on to the Alibaba Cloud SMS console and obtain the message template code on the Message Templates tab. You can also obtain the message template code by calling the AddSmsTemplate operation.
This parameter is required.
example:SMS_152550****
public static DeleteSmsTemplateRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteSmsTemplateRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteSmsTemplateRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteSmsTemplateRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteSmsTemplateRequest setTemplateCode(String templateCode)
public String getTemplateCode()
Copyright © 2024. All rights reserved.