public class CreateEmailAddressRequest extends AbstractModel
Constructor and Description |
---|
CreateEmailAddressRequest() |
CreateEmailAddressRequest(CreateEmailAddressRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEmailAddress()
Get 您的发信地址(发信地址总数上限为10个)
|
String |
getEmailSenderName()
Get 发件人别名
|
void |
setEmailAddress(String EmailAddress)
Set 您的发信地址(发信地址总数上限为10个)
|
void |
setEmailSenderName(String EmailSenderName)
Set 发件人别名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateEmailAddressRequest()
public CreateEmailAddressRequest(CreateEmailAddressRequest source)
public String getEmailAddress()
public void setEmailAddress(String EmailAddress)
EmailAddress
- 您的发信地址(发信地址总数上限为10个)public String getEmailSenderName()
public void setEmailSenderName(String EmailSenderName)
EmailSenderName
- 发件人别名Copyright © 2021. All rights reserved.