public class UpdateSmsSignRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applySceneContent
Application scenarios, instructions as follows:
For registered websites, please enter the domain name registered with MIIT, including HTTP or HTTPS.
|
List<String> |
moreData
Additional materials, such as uploading business proof documents or screenshots of business operations, to help reviewers understand your business details.
|
Long |
ownerId |
Long |
qualificationId
Approved or under-review qualification ID.
|
String |
remark
Explanation of the SMS signature scenario, with a maximum length of 200 characters.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
signName
Signature not yet approved.
|
Integer |
signSource
Source of the signature.
|
Integer |
signType
Signature type.
|
Boolean |
thirdParty
Whether the signature is for self-use or others.
|
| 构造器和说明 |
|---|
UpdateSmsSignRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateSmsSignRequest |
build(Map<String,?> map) |
String |
getApplySceneContent() |
List<String> |
getMoreData() |
Long |
getOwnerId() |
Long |
getQualificationId() |
String |
getRemark() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSignName() |
Integer |
getSignSource() |
Integer |
getSignType() |
Boolean |
getThirdParty() |
UpdateSmsSignRequest |
setApplySceneContent(String applySceneContent) |
UpdateSmsSignRequest |
setMoreData(List<String> moreData) |
UpdateSmsSignRequest |
setOwnerId(Long ownerId) |
UpdateSmsSignRequest |
setQualificationId(Long qualificationId) |
UpdateSmsSignRequest |
setRemark(String remark) |
UpdateSmsSignRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UpdateSmsSignRequest |
setResourceOwnerId(Long resourceOwnerId) |
UpdateSmsSignRequest |
setSignName(String signName) |
UpdateSmsSignRequest |
setSignSource(Integer signSource) |
UpdateSmsSignRequest |
setSignType(Integer signType) |
UpdateSmsSignRequest |
setThirdParty(Boolean thirdParty) |
@NameInMap(value="ApplySceneContent") public String applySceneContent
Application scenarios, instructions as follows:
@NameInMap(value="MoreData") public List<String> moreData
Additional materials, such as uploading business proof documents or screenshots of business operations, to help reviewers understand your business details.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="QualificationId") public Long qualificationId
Approved or under-review qualification ID.
- Before applying for an SMS signature, please first apply for qualifications.
- You can view the qualification ID on the Qualification Management page.
This parameter is required.
example:8563**
@NameInMap(value="Remark") public String remark
Explanation of the SMS signature scenario, with a maximum length of 200 characters.
example:The scenario explanation is one of the reference information for signature review. Please provide a detailed description of the usage scenarios of the launched business, along with verifiable information such as website links, registered domain addresses, app store download links, full names of public accounts or mini-programs, etc. For login scenarios, test account credentials are also required. A well-informed application explanation will enhance the efficiency of signature and template reviews. Refer to the Application Scenarios column in the Signature Source table for filling in SMS scenarios.
登录场景申请验证码
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SignName") public String signName
Signature not yet approved.
This parameter is required.
example:阿里云验证码
@NameInMap(value="SignSource") public Integer signSource
Source of the signature. Values:
This parameter is required.
example:1
@NameInMap(value="SignType") public Integer signType
Signature type. It is recommended to use the default value.
1
@NameInMap(value="ThirdParty") public Boolean thirdParty
Whether the signature is for self-use or others.
Notice: When the signature is for self-use, select the self-use qualification ID; when it\"s for others, choose the others\" qualification ID.
false
public static UpdateSmsSignRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateSmsSignRequest setApplySceneContent(String applySceneContent)
public String getApplySceneContent()
public UpdateSmsSignRequest setMoreData(List<String> moreData)
public UpdateSmsSignRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UpdateSmsSignRequest setQualificationId(Long qualificationId)
public Long getQualificationId()
public UpdateSmsSignRequest setRemark(String remark)
public String getRemark()
public UpdateSmsSignRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UpdateSmsSignRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UpdateSmsSignRequest setSignName(String signName)
public String getSignName()
public UpdateSmsSignRequest setSignSource(Integer signSource)
public Integer getSignSource()
public UpdateSmsSignRequest setSignType(Integer signType)
public Integer getSignType()
public UpdateSmsSignRequest setThirdParty(Boolean thirdParty)
public Boolean getThirdParty()
Copyright © 2024. All rights reserved.