public static class MailRecipientLogDetail.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public MailRecipientLogDetail.Builder subject(String subject)
示例值:Q3 季度营销活动方案评审
subject - public MailRecipientLogDetail.Builder direction(Integer direction)
示例值:1
direction - public MailRecipientLogDetail.Builder sender(String sender)
示例值:zhang.san@example.com
sender - public MailRecipientLogDetail.Builder recipient(String recipient)
示例值:li.si@example.com
recipient - public MailRecipientLogDetail.Builder createdTimestamp(String createdTimestamp)
示例值:1698729600
createdTimestamp - public MailRecipientLogDetail.Builder messageId(String messageId)
示例值:<1698729600.12345.0@mail.example.com>
messageId - public MailRecipientLogDetail.Builder messageSize(String messageSize)
示例值:2048000
messageSize - public MailRecipientLogDetail.Builder attachmentNumber(Integer attachmentNumber)
示例值:3
attachmentNumber - public MailRecipientLogDetail.Builder lastStatus(String lastStatus)
示例值:已送达
lastStatus - public MailRecipientLogDetail.Builder lastStatusType(Integer lastStatusType)
示例值:2
lastStatusType - public MailRecipientLogDetail.Builder isRecipientGroup(Boolean isRecipientGroup)
示例值:true
isRecipientGroup - public MailRecipientLogDetail.Builder groupTotalMember(Integer groupTotalMember)
示例值:25
groupTotalMember - public MailRecipientLogDetail.Builder recipientMailLog(MailRecipientLogItem recipientMailLog)
示例值:
recipientMailLog - public MailRecipientLogDetail.Builder senderMailLocationText(String senderMailLocationText)
示例值:{"recipient":"marketing-group@example.com","mail_log_text_list":[{"created_timestamp":1698729600,"text":"邮件已送达收件人邮箱","status_type":2,"text_value":[]}]}
senderMailLocationText - public MailRecipientLogDetail.Builder senderMailLocationTextValues(MailRecipientLogI18nTextParam[] senderMailLocationTextValues)
示例值:
senderMailLocationTextValues - public MailRecipientLogDetail.Builder recipientMailLocationText(String recipientMailLocationText)
示例值:[{"param_name":"folder_name","param_type":1,"param_extra":{"zh-CN":"收件箱","en-US":"Inbox"}}]
recipientMailLocationText - public MailRecipientLogDetail.Builder recipientMailLocationTextValues(MailRecipientLogI18nTextParam[] recipientMailLocationTextValues)
示例值:
recipientMailLocationTextValues - public MailRecipientLogDetail.Builder senderIp(String senderIp)
示例值:192.168.1.100
senderIp - public MailRecipientLogDetail build()
Copyright © 2026. All rights reserved.