public class UpdateSmsSignRequest
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
|
| 构造器和说明 |
|---|
UpdateSmsSignRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateSmsSignRequest |
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() |
UpdateSmsSignRequest |
setApplySceneContent(String applySceneContent) |
UpdateSmsSignRequest |
setMoreData(List<String> moreData) |
UpdateSmsSignRequest |
setOwnerId(Long ownerId) |
UpdateSmsSignRequest |
setQualificationId(Long qualificationId) |
UpdateSmsSignRequest |
setRemark(String remark) |
UpdateSmsSignRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UpdateSmsSignRequest |
setResourceOwnerId(Long resourceOwnerId) |
UpdateSmsSignRequest |
setSignName(String signName) |
UpdateSmsSignRequest |
setSignSource(Integer signSource) |
UpdateSmsSignRequest |
setSignType(Integer signType) |
UpdateSmsSignRequest |
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 UpdateSmsSignRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateSmsSignRequest setApplySceneContent(String applySceneContent)
public String getApplySceneContent()
public UpdateSmsSignRequest setMoreData(List<String> moreData)
public UpdateSmsSignRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UpdateSmsSignRequest setQualificationId(Long qualificationId)
public Long getQualificationId()
public UpdateSmsSignRequest setRemark(String remark)
public String getRemark()
public UpdateSmsSignRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UpdateSmsSignRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UpdateSmsSignRequest setSignName(String signName)
public String getSignName()
public UpdateSmsSignRequest setSignSource(Integer signSource)
public Integer getSignSource()
public UpdateSmsSignRequest setSignType(Integer signType)
public Integer getSignType()
public UpdateSmsSignRequest setThirdParty(Boolean thirdParty)
public Boolean getThirdParty()
Copyright © 2024. All rights reserved.