Class BatchSendEmailRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.BatchSendEmailRequest
-
public class BatchSendEmailRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchSendEmailRequest()BatchSendEmailRequest(BatchSendEmailRequest 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 LonggetADLocation()Get 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面Attachment[]getAttachments()Get 需要发送附件时,填写附件相关参数(暂未支持)CycleEmailParamgetCycleParam()Get 周期发送任务的必要参数StringgetFromEmailAddress()Get 发信邮件地址。请填写发件人邮箱地址,例如:[email protected]。如需填写发件人说明,请按照 发信人 <邮件地址> 的方式填写,例如: 腾讯云团队 <[email protected]>LonggetReceiverId()Get 收件人列表IDStringgetReplyToAddresses()Get 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。SimplegetSimple()Get 已废弃StringgetSubject()Get 邮件主题LonggetTaskType()Get 任务类型 1: 立即发送 2: 定时发送 3: 周期(频率)发送TemplategetTemplate()Get 使用模板发送时,填写的模板相关参数TimedEmailParamgetTimedParam()Get 定时发送任务的必要参数StringgetUnsubscribe()Get 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语voidsetADLocation(Long ADLocation)Set 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面voidsetAttachments(Attachment[] Attachments)Set 需要发送附件时,填写附件相关参数(暂未支持)voidsetCycleParam(CycleEmailParam CycleParam)Set 周期发送任务的必要参数voidsetFromEmailAddress(String FromEmailAddress)Set 发信邮件地址。请填写发件人邮箱地址,例如:[email protected]。如需填写发件人说明,请按照 发信人 <邮件地址> 的方式填写,例如: 腾讯云团队 <[email protected]>voidsetReceiverId(Long ReceiverId)Set 收件人列表IDvoidsetReplyToAddresses(String ReplyToAddresses)Set 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。voidsetSimple(Simple Simple)Set 已废弃voidsetSubject(String Subject)Set 邮件主题voidsetTaskType(Long TaskType)Set 任务类型 1: 立即发送 2: 定时发送 3: 周期(频率)发送voidsetTemplate(Template Template)Set 使用模板发送时,填写的模板相关参数voidsetTimedParam(TimedEmailParam TimedParam)Set 定时发送任务的必要参数voidsetUnsubscribe(String Unsubscribe)Set 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语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
-
BatchSendEmailRequest
public BatchSendEmailRequest()
-
BatchSendEmailRequest
public BatchSendEmailRequest(BatchSendEmailRequest 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
-
getFromEmailAddress
public String getFromEmailAddress()
Get 发信邮件地址。请填写发件人邮箱地址,例如:[email protected]。如需填写发件人说明,请按照 发信人 <邮件地址> 的方式填写,例如: 腾讯云团队 <[email protected]>- Returns:
- FromEmailAddress 发信邮件地址。请填写发件人邮箱地址,例如:[email protected]。如需填写发件人说明,请按照 发信人 <邮件地址> 的方式填写,例如: 腾讯云团队 <[email protected]>
-
setFromEmailAddress
public void setFromEmailAddress(String FromEmailAddress)
Set 发信邮件地址。请填写发件人邮箱地址,例如:[email protected]。如需填写发件人说明,请按照 发信人 <邮件地址> 的方式填写,例如: 腾讯云团队 <[email protected]>- Parameters:
FromEmailAddress- 发信邮件地址。请填写发件人邮箱地址,例如:[email protected]。如需填写发件人说明,请按照 发信人 <邮件地址> 的方式填写,例如: 腾讯云团队 <[email protected]>
-
getReceiverId
public Long getReceiverId()
Get 收件人列表ID- Returns:
- ReceiverId 收件人列表ID
-
setReceiverId
public void setReceiverId(Long ReceiverId)
Set 收件人列表ID- Parameters:
ReceiverId- 收件人列表ID
-
getSubject
public String getSubject()
Get 邮件主题- Returns:
- Subject 邮件主题
-
setSubject
public void setSubject(String Subject)
Set 邮件主题- Parameters:
Subject- 邮件主题
-
getTaskType
public Long getTaskType()
Get 任务类型 1: 立即发送 2: 定时发送 3: 周期(频率)发送- Returns:
- TaskType 任务类型 1: 立即发送 2: 定时发送 3: 周期(频率)发送
-
setTaskType
public void setTaskType(Long TaskType)
Set 任务类型 1: 立即发送 2: 定时发送 3: 周期(频率)发送- Parameters:
TaskType- 任务类型 1: 立即发送 2: 定时发送 3: 周期(频率)发送
-
getReplyToAddresses
public String getReplyToAddresses()
Get 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。- Returns:
- ReplyToAddresses 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。
-
setReplyToAddresses
public void setReplyToAddresses(String ReplyToAddresses)
Set 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。- Parameters:
ReplyToAddresses- 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。
-
getTemplate
public Template getTemplate()
Get 使用模板发送时,填写的模板相关参数- Returns:
- Template 使用模板发送时,填写的模板相关参数
-
setTemplate
public void setTemplate(Template Template)
Set 使用模板发送时,填写的模板相关参数- Parameters:
Template- 使用模板发送时,填写的模板相关参数
-
getSimple
public Simple getSimple()
Get 已废弃- Returns:
- Simple 已废弃
-
setSimple
public void setSimple(Simple Simple)
Set 已废弃- Parameters:
Simple- 已废弃
-
getAttachments
public Attachment[] getAttachments()
Get 需要发送附件时,填写附件相关参数(暂未支持)- Returns:
- Attachments 需要发送附件时,填写附件相关参数(暂未支持)
-
setAttachments
public void setAttachments(Attachment[] Attachments)
Set 需要发送附件时,填写附件相关参数(暂未支持)- Parameters:
Attachments- 需要发送附件时,填写附件相关参数(暂未支持)
-
getCycleParam
public CycleEmailParam getCycleParam()
Get 周期发送任务的必要参数- Returns:
- CycleParam 周期发送任务的必要参数
-
setCycleParam
public void setCycleParam(CycleEmailParam CycleParam)
Set 周期发送任务的必要参数- Parameters:
CycleParam- 周期发送任务的必要参数
-
getTimedParam
public TimedEmailParam getTimedParam()
Get 定时发送任务的必要参数- Returns:
- TimedParam 定时发送任务的必要参数
-
setTimedParam
public void setTimedParam(TimedEmailParam TimedParam)
Set 定时发送任务的必要参数- Parameters:
TimedParam- 定时发送任务的必要参数
-
getUnsubscribe
public String getUnsubscribe()
Get 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语- Returns:
- Unsubscribe 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语
-
setUnsubscribe
public void setUnsubscribe(String Unsubscribe)
Set 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语- Parameters:
Unsubscribe- 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语
-
getADLocation
public Long getADLocation()
Get 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面- Returns:
- ADLocation 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面
-
setADLocation
public void setADLocation(Long ADLocation)
Set 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面- Parameters:
ADLocation- 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面
-
-