public class AddSmsSignRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AddSmsSignRequest.AddSmsSignRequestSignFileList |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
remark
The description of the signature application.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<AddSmsSignRequest.AddSmsSignRequestSignFileList> |
signFileList
The signature files.
|
String |
signName
The name of the signature.
|
Integer |
signSource
The source of the signature.
|
Integer |
signType
The type of the signature.
|
| 构造器和说明 |
|---|
AddSmsSignRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddSmsSignRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getRemark() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
List<AddSmsSignRequest.AddSmsSignRequestSignFileList> |
getSignFileList() |
String |
getSignName() |
Integer |
getSignSource() |
Integer |
getSignType() |
AddSmsSignRequest |
setOwnerId(Long ownerId) |
AddSmsSignRequest |
setRemark(String remark) |
AddSmsSignRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AddSmsSignRequest |
setResourceOwnerId(Long resourceOwnerId) |
AddSmsSignRequest |
setSignFileList(List<AddSmsSignRequest.AddSmsSignRequestSignFileList> signFileList) |
AddSmsSignRequest |
setSignName(String signName) |
AddSmsSignRequest |
setSignSource(Integer signSource) |
AddSmsSignRequest |
setSignType(Integer signType) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Remark") public String remark
The description of the signature application. The description cannot exceed 200 characters in length. The description is one of the reference information for signature review. We recommend that you describe the use scenarios of your services in detail, and provide information that can verify the services, such as a website URL, a domain name with an ICP filing, an app download URL, an official account name, or a mini program name. For sign-in scenarios, you must also provide an account and password for tests. A detailed description can improve the review efficiency of signatures and templates.
This parameter is required.
example:This is the abbreviation of our company.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SignFileList") public List<AddSmsSignRequest.AddSmsSignRequestSignFileList> signFileList
The signature files.
This parameter is required.
@NameInMap(value="SignName") public String signName
The name of the signature.
The signature name is not case-sensitive. For example, [Alibaba Cloud Communication] and [alibaba cloud communication] are considered as the same name.
If your verification code signature and general-purpose signature have the same name, the system uses the general-purpose signature to send messages by default.
This parameter is required.
example:Aliyun
@NameInMap(value="SignSource") public Integer signSource
The source of the signature. Valid values:
This parameter is required.
example:1
@NameInMap(value="SignType") public Integer signType
The type of the signature. Valid values:
1
public static AddSmsSignRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddSmsSignRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AddSmsSignRequest setRemark(String remark)
public String getRemark()
public AddSmsSignRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AddSmsSignRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public AddSmsSignRequest setSignFileList(List<AddSmsSignRequest.AddSmsSignRequestSignFileList> signFileList)
public List<AddSmsSignRequest.AddSmsSignRequestSignFileList> getSignFileList()
public AddSmsSignRequest setSignName(String signName)
public String getSignName()
public AddSmsSignRequest setSignSource(Integer signSource)
public Integer getSignSource()
public AddSmsSignRequest setSignType(Integer signType)
public Integer getSignType()
Copyright © 2024. All rights reserved.