@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-09-17T01:01:30.304+08:00") public class EmailContentReq extends Object
| Constructor and Description |
|---|
EmailContentReq() |
public EmailContentReq withAppId(Long appId)
public Long getAppId()
public void setAppId(Long appId)
public EmailContentReq withAttachments(List<EmailAttachment> attachments)
public EmailContentReq withAttachmentsAdd(EmailAttachment attachments)
@Valid public @Valid List<EmailAttachment> getAttachments()
public void setAttachments(List<EmailAttachment> attachments)
public EmailContentReq withContent(String content)
public String getContent()
public void setContent(String content)
public EmailContentReq withEmail(String email)
public String getEmail()
public void setEmail(String email)
public EmailContentReq withId(Long id)
public Long getId()
public void setId(Long id)
public EmailContentReq withProps(Map<String,String> props)
public EmailContentReq withPropsPut(String key, String props)
public EmailContentReq withSenderName(String senderName)
public String getSenderName()
public void setSenderName(String senderName)
public EmailContentReq withSubject(String subject)
public String getSubject()
public void setSubject(String subject)
public EmailContentReq withTemplateCode(String templateCode)
public String getTemplateCode()
public void setTemplateCode(String templateCode)
public static EmailContentReq fromString(String json) throws IOException
EmailContentReq.IOExceptionCopyright © 2019. All rights reserved.