public class CreateSmsSignShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applySceneContent
example:
http://www.aliyun.com/
|
String |
moreDataShrink |
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
|
| 构造器和说明 |
|---|
CreateSmsSignShrinkRequest() |
@NameInMap(value="ApplySceneContent") public String applySceneContent
@NameInMap(value="MoreData") public String moreDataShrink
@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 CreateSmsSignShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateSmsSignShrinkRequest setApplySceneContent(String applySceneContent)
public String getApplySceneContent()
public CreateSmsSignShrinkRequest setMoreDataShrink(String moreDataShrink)
public String getMoreDataShrink()
public CreateSmsSignShrinkRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateSmsSignShrinkRequest setQualificationId(Long qualificationId)
public Long getQualificationId()
public CreateSmsSignShrinkRequest setRemark(String remark)
public String getRemark()
public CreateSmsSignShrinkRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateSmsSignShrinkRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateSmsSignShrinkRequest setSignName(String signName)
public String getSignName()
public CreateSmsSignShrinkRequest setSignSource(Integer signSource)
public Integer getSignSource()
public CreateSmsSignShrinkRequest setSignType(Integer signType)
public Integer getSignType()
public CreateSmsSignShrinkRequest setThirdParty(Boolean thirdParty)
public Boolean getThirdParty()
Copyright © 2024. All rights reserved.