public class EmailIdentity extends AbstractModel
Constructor and Description |
---|
EmailIdentity() |
EmailIdentity(EmailIdentity 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 |
---|---|
Long |
getCurrentReputationLevel()
Get 当前信誉等级
|
Long |
getDailyQuota()
Get 当日最高发信量
|
String |
getIdentityName()
Get 发信域名
|
String |
getIdentityType()
Get 验证类型,固定为DOMAIN
|
Boolean |
getSendingEnabled()
Get 是否已通过验证
|
void |
setCurrentReputationLevel(Long CurrentReputationLevel)
Set 当前信誉等级
|
void |
setDailyQuota(Long DailyQuota)
Set 当日最高发信量
|
void |
setIdentityName(String IdentityName)
Set 发信域名
|
void |
setIdentityType(String IdentityType)
Set 验证类型,固定为DOMAIN
|
void |
setSendingEnabled(Boolean SendingEnabled)
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 EmailIdentity()
public EmailIdentity(EmailIdentity source)
public String getIdentityName()
public void setIdentityName(String IdentityName)
IdentityName
- 发信域名public String getIdentityType()
public void setIdentityType(String IdentityType)
IdentityType
- 验证类型,固定为DOMAINpublic Boolean getSendingEnabled()
public void setSendingEnabled(Boolean SendingEnabled)
SendingEnabled
- 是否已通过验证public Long getCurrentReputationLevel()
public void setCurrentReputationLevel(Long CurrentReputationLevel)
CurrentReputationLevel
- 当前信誉等级public Long getDailyQuota()
public void setDailyQuota(Long DailyQuota)
DailyQuota
- 当日最高发信量Copyright © 2023. All rights reserved.