Class EmailSender
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.EmailSender
-
public class EmailSender extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EmailSender()EmailSender(EmailSender 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 LonggetCreatedTimestamp()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetEmailAddress()Get 发信地址StringgetEmailSenderName()Get 发信人别名 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTimestamp(Long CreatedTimestamp)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetEmailAddress(String EmailAddress)Set 发信地址voidsetEmailSenderName(String EmailSenderName)Set 发信人别名 注意:此字段可能返回 null,表示取不到有效值。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
-
EmailSender
public EmailSender()
-
EmailSender
public EmailSender(EmailSender 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
-
getEmailAddress
public String getEmailAddress()
Get 发信地址- Returns:
- EmailAddress 发信地址
-
setEmailAddress
public void setEmailAddress(String EmailAddress)
Set 发信地址- Parameters:
EmailAddress- 发信地址
-
getEmailSenderName
public String getEmailSenderName()
Get 发信人别名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EmailSenderName 发信人别名 注意:此字段可能返回 null,表示取不到有效值。
-
setEmailSenderName
public void setEmailSenderName(String EmailSenderName)
Set 发信人别名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EmailSenderName- 发信人别名 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTimestamp
public Long getCreatedTimestamp()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedTimestamp 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedTimestamp
public void setCreatedTimestamp(Long CreatedTimestamp)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedTimestamp- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
-