public class UpdateSmsSignShrinkRequest
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.
|
String |
moreDataShrink
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.
|
| 构造器和说明 |
|---|
UpdateSmsSignShrinkRequest() |
@NameInMap(value="ApplySceneContent") public String applySceneContent
Application scenarios, instructions as follows:
@NameInMap(value="MoreData") public String moreDataShrink
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 UpdateSmsSignShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateSmsSignShrinkRequest setApplySceneContent(String applySceneContent)
public String getApplySceneContent()
public UpdateSmsSignShrinkRequest setMoreDataShrink(String moreDataShrink)
public String getMoreDataShrink()
public UpdateSmsSignShrinkRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UpdateSmsSignShrinkRequest setQualificationId(Long qualificationId)
public Long getQualificationId()
public UpdateSmsSignShrinkRequest setRemark(String remark)
public String getRemark()
public UpdateSmsSignShrinkRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UpdateSmsSignShrinkRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UpdateSmsSignShrinkRequest setSignName(String signName)
public String getSignName()
public UpdateSmsSignShrinkRequest setSignSource(Integer signSource)
public Integer getSignSource()
public UpdateSmsSignShrinkRequest setSignType(Integer signType)
public Integer getSignType()
public UpdateSmsSignShrinkRequest setThirdParty(Boolean thirdParty)
public Boolean getThirdParty()
Copyright © 2024. All rights reserved.