public class ModifyMailAddressRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
mailAddressId |
Long |
ownerId |
String |
password |
String |
replyAddress |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
ModifyMailAddressRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyMailAddressRequest |
build(Map<String,?> map) |
Integer |
getMailAddressId() |
Long |
getOwnerId() |
String |
getPassword() |
String |
getReplyAddress() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyMailAddressRequest |
setMailAddressId(Integer mailAddressId) |
ModifyMailAddressRequest |
setOwnerId(Long ownerId) |
ModifyMailAddressRequest |
setPassword(String password) |
ModifyMailAddressRequest |
setReplyAddress(String replyAddress) |
ModifyMailAddressRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyMailAddressRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="MailAddressId") public Integer mailAddressId
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Password") public String password
@NameInMap(value="ReplyAddress") public String replyAddress
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyMailAddressRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyMailAddressRequest setMailAddressId(Integer mailAddressId)
public Integer getMailAddressId()
public ModifyMailAddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyMailAddressRequest setPassword(String password)
public String getPassword()
public ModifyMailAddressRequest setReplyAddress(String replyAddress)
public String getReplyAddress()
public ModifyMailAddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyMailAddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.