public class CreateSmsSignRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applySceneContent
example:
http://www.aliyun.com/
|
List<String> |
moreData |
Long |
ownerId |
Long |
qualificationId
This parameter is required.
|
String |
remark |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
signName
This parameter is required.
|
Integer |
signSource
This parameter is required.
|
Integer |
signType
example:
1
|
Boolean |
thirdParty
example:
false
|
| 构造器和说明 |
|---|
CreateSmsSignRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSmsSignRequest |
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() |
CreateSmsSignRequest |
setApplySceneContent(String applySceneContent) |
CreateSmsSignRequest |
setMoreData(List<String> moreData) |
CreateSmsSignRequest |
setOwnerId(Long ownerId) |
CreateSmsSignRequest |
setQualificationId(Long qualificationId) |
CreateSmsSignRequest |
setRemark(String remark) |
CreateSmsSignRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CreateSmsSignRequest |
setResourceOwnerId(Long resourceOwnerId) |
CreateSmsSignRequest |
setSignName(String signName) |
CreateSmsSignRequest |
setSignSource(Integer signSource) |
CreateSmsSignRequest |
setSignType(Integer signType) |
CreateSmsSignRequest |
setThirdParty(Boolean thirdParty) |
@NameInMap(value="ApplySceneContent") public String applySceneContent
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="QualificationId") public Long qualificationId
This parameter is required.
example:2004393xxxx
@NameInMap(value="Remark") public String remark
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SignName") public String signName
This parameter is required.
@NameInMap(value="SignSource") public Integer signSource
This parameter is required.
example:1
@NameInMap(value="SignType") public Integer signType
1
@NameInMap(value="ThirdParty") public Boolean thirdParty
false
public static CreateSmsSignRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateSmsSignRequest setApplySceneContent(String applySceneContent)
public String getApplySceneContent()
public CreateSmsSignRequest setMoreData(List<String> moreData)
public CreateSmsSignRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateSmsSignRequest setQualificationId(Long qualificationId)
public Long getQualificationId()
public CreateSmsSignRequest setRemark(String remark)
public String getRemark()
public CreateSmsSignRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateSmsSignRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateSmsSignRequest setSignName(String signName)
public String getSignName()
public CreateSmsSignRequest setSignSource(Integer signSource)
public Integer getSignSource()
public CreateSmsSignRequest setSignType(Integer signType)
public Integer getSignType()
public CreateSmsSignRequest setThirdParty(Boolean thirdParty)
public Boolean getThirdParty()
Copyright © 2024. All rights reserved.