public class UpdateSmsSignShrinkRequest
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
|
| 构造器和说明 |
|---|
UpdateSmsSignShrinkRequest() |
@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 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.