public static final class AddSmsSignRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddSmsSignRequest |
build() |
AddSmsSignRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
AddSmsSignRequest.Builder |
remark(String remark)
The description of the signature application.
|
AddSmsSignRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
AddSmsSignRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
AddSmsSignRequest.Builder |
signFileList(List<AddSmsSignRequest.SignFileList> signFileList)
The signature files.
|
AddSmsSignRequest.Builder |
signName(String signName)
The name of the signature.
|
AddSmsSignRequest.Builder |
signSource(Integer signSource)
The source of the signature.
|
AddSmsSignRequest.Builder |
signType(Integer signType)
The type of the signature.
|
public AddSmsSignRequest.Builder ownerId(Long ownerId)
public AddSmsSignRequest.Builder remark(String remark)
public AddSmsSignRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AddSmsSignRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AddSmsSignRequest.Builder signFileList(List<AddSmsSignRequest.SignFileList> signFileList)
public AddSmsSignRequest.Builder signName(String signName)
> * 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.
public AddSmsSignRequest.Builder signSource(Integer signSource)
* **0**: the full name or abbreviation of an enterprise or institution * **1**: the full name or abbreviation of a website that has obtained an ICP filing from the Ministry of Industry and Information Technology (MIIT) of China * **2**: the full name or abbreviation of an app * **3**: the full name or abbreviation of an official account or mini-program * **4**: the full name or abbreviation of an e-commerce store * **5**: the full name or abbreviation of a trademark
public AddSmsSignRequest.Builder signType(Integer signType)
* **0**: verification code * **1**: general-purpose
public AddSmsSignRequest build()
Copyright © 2024. All rights reserved.