public class EmailSender extends AbstractModel
| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCreatedTimestamp()
Get Creation time. 
 | 
String | 
getEmailAddress()
Get Sender address. 
 | 
String | 
getEmailSenderName()
Get Sender name. 
 | 
void | 
setCreatedTimestamp(Long CreatedTimestamp)
Set Creation time. 
 | 
void | 
setEmailAddress(String EmailAddress)
Set Sender address. 
 | 
void | 
setEmailSenderName(String EmailSenderName)
Set Sender name. 
 | 
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, toJsonStringpublic EmailSender()
public EmailSender(EmailSender source)
public String getEmailAddress()
public void setEmailAddress(String EmailAddress)
EmailAddress - Sender address.public String getEmailSenderName()
public void setEmailSenderName(String EmailSenderName)
EmailSenderName - Sender name.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getCreatedTimestamp()
public void setCreatedTimestamp(Long CreatedTimestamp)
CreatedTimestamp - Creation time.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.