Class EmailIdentity
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.EmailIdentity
-
public class EmailIdentity extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCurrentReputationLevel()Get 当前信誉等级LonggetDailyQuota()Get 当日最高发信量StringgetIdentityName()Get 发信域名StringgetIdentityType()Get 验证类型,固定为DOMAINBooleangetSendingEnabled()Get 是否已通过验证voidsetCurrentReputationLevel(Long CurrentReputationLevel)Set 当前信誉等级voidsetDailyQuota(Long DailyQuota)Set 当日最高发信量voidsetIdentityName(String IdentityName)Set 发信域名voidsetIdentityType(String IdentityType)Set 验证类型,固定为DOMAINvoidsetSendingEnabled(Boolean SendingEnabled)Set 是否已通过验证voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EmailIdentity
public EmailIdentity()
-
EmailIdentity
public 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.
-
-
Method Detail
-
getIdentityName
public String getIdentityName()
Get 发信域名- Returns:
- IdentityName 发信域名
-
setIdentityName
public void setIdentityName(String IdentityName)
Set 发信域名- Parameters:
IdentityName- 发信域名
-
getIdentityType
public String getIdentityType()
Get 验证类型,固定为DOMAIN- Returns:
- IdentityType 验证类型,固定为DOMAIN
-
setIdentityType
public void setIdentityType(String IdentityType)
Set 验证类型,固定为DOMAIN- Parameters:
IdentityType- 验证类型,固定为DOMAIN
-
getSendingEnabled
public Boolean getSendingEnabled()
Get 是否已通过验证- Returns:
- SendingEnabled 是否已通过验证
-
setSendingEnabled
public void setSendingEnabled(Boolean SendingEnabled)
Set 是否已通过验证- Parameters:
SendingEnabled- 是否已通过验证
-
getCurrentReputationLevel
public Long getCurrentReputationLevel()
Get 当前信誉等级- Returns:
- CurrentReputationLevel 当前信誉等级
-
setCurrentReputationLevel
public void setCurrentReputationLevel(Long CurrentReputationLevel)
Set 当前信誉等级- Parameters:
CurrentReputationLevel- 当前信誉等级
-
getDailyQuota
public Long getDailyQuota()
Get 当日最高发信量- Returns:
- DailyQuota 当日最高发信量
-
setDailyQuota
public void setDailyQuota(Long DailyQuota)
Set 当日最高发信量- Parameters:
DailyQuota- 当日最高发信量
-
-