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 Current reputation level
|
Long |
getDailyQuota()
Get Maximum number of messages sent per day
|
String |
getIdentityName()
Get Sender domain.
|
String |
getIdentityType()
Get Verification type.
|
Boolean |
getSendingEnabled()
Get Verification passed or not.
|
void |
setCurrentReputationLevel(Long CurrentReputationLevel)
Set Current reputation level
|
void |
setDailyQuota(Long DailyQuota)
Set Maximum number of messages sent per day
|
void |
setIdentityName(String IdentityName)
Set Sender domain.
|
void |
setIdentityType(String IdentityType)
Set Verification type.
|
void |
setSendingEnabled(Boolean SendingEnabled)
Set Verification passed or not.
|
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
- Sender domain.public String getIdentityType()
public void setIdentityType(String IdentityType)
IdentityType
- Verification type. The value is fixed to `DOMAIN`.public Boolean getSendingEnabled()
public void setSendingEnabled(Boolean SendingEnabled)
SendingEnabled
- Verification passed or not.public Long getCurrentReputationLevel()
public void setCurrentReputationLevel(Long CurrentReputationLevel)
CurrentReputationLevel
- Current reputation levelpublic Long getDailyQuota()
public void setDailyQuota(Long DailyQuota)
DailyQuota
- Maximum number of messages sent per dayCopyright © 2023. All rights reserved.