public class ModifySmsSignRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ModifySmsSignRequest.ModifySmsSignRequestSignFileList |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
remark
The scenario description of your released services.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<ModifySmsSignRequest.ModifySmsSignRequestSignFileList> |
signFileList
The list of signature files.
|
String |
signName
The signature.
|
Integer |
signSource
The source of the signature.
|
Integer |
signType
The type of the signature.
|
| 构造器和说明 |
|---|
ModifySmsSignRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifySmsSignRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getRemark() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
List<ModifySmsSignRequest.ModifySmsSignRequestSignFileList> |
getSignFileList() |
String |
getSignName() |
Integer |
getSignSource() |
Integer |
getSignType() |
ModifySmsSignRequest |
setOwnerId(Long ownerId) |
ModifySmsSignRequest |
setRemark(String remark) |
ModifySmsSignRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifySmsSignRequest |
setResourceOwnerId(Long resourceOwnerId) |
ModifySmsSignRequest |
setSignFileList(List<ModifySmsSignRequest.ModifySmsSignRequestSignFileList> signFileList) |
ModifySmsSignRequest |
setSignName(String signName) |
ModifySmsSignRequest |
setSignSource(Integer signSource) |
ModifySmsSignRequest |
setSignType(Integer signType) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Remark") public String remark
The scenario description of your released services. Provide the information of your services, such as a website URL, a domain name with an ICP filing, an app download URL, or the name of your WeChat official account or mini program. 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.
The description can be up to 200 characters in length.
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<ModifySmsSignRequest.ModifySmsSignRequestSignFileList> signFileList
The list of signature files.
This parameter is required.
@NameInMap(value="SignName") public String signName
The signature.
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 ModifySmsSignRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifySmsSignRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifySmsSignRequest setRemark(String remark)
public String getRemark()
public ModifySmsSignRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifySmsSignRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifySmsSignRequest setSignFileList(List<ModifySmsSignRequest.ModifySmsSignRequestSignFileList> signFileList)
public List<ModifySmsSignRequest.ModifySmsSignRequestSignFileList> getSignFileList()
public ModifySmsSignRequest setSignName(String signName)
public String getSignName()
public ModifySmsSignRequest setSignSource(Integer signSource)
public Integer getSignSource()
public ModifySmsSignRequest setSignType(Integer signType)
public Integer getSignType()
Copyright © 2024. All rights reserved.