@Configuration(value="anyline.boot.mail") @ConfigurationProperties(prefix="anyline.mail") public class MailProperty extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
account |
String |
attachmentDir |
boolean |
autoDownloadAttachment |
String |
host |
String |
password |
String |
port |
String |
protocol |
boolean |
ssl |
String |
username |
| 构造器和说明 |
|---|
MailProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getAttachmentDir() |
String |
getHost() |
String |
getPassword() |
String |
getPort() |
String |
getProtocol() |
String |
getUsername() |
boolean |
isAutoDownloadAttachment() |
boolean |
isSsl() |
void |
setAccount(String account) |
void |
setAttachmentDir(String attachmentDir) |
void |
setAutoDownloadAttachment(boolean autoDownloadAttachment) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setProtocol(String protocol) |
void |
setSsl(boolean ssl) |
void |
setUsername(String username) |
public String account
public String password
public String username
public String protocol
public String host
public String port
public String attachmentDir
public boolean ssl
public boolean autoDownloadAttachment
public String getAccount()
public void setAccount(String account)
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
public String getProtocol()
public void setProtocol(String protocol)
public String getHost()
public void setHost(String host)
public String getPort()
public void setPort(String port)
public String getAttachmentDir()
public void setAttachmentDir(String attachmentDir)
public boolean isSsl()
public void setSsl(boolean ssl)
public boolean isAutoDownloadAttachment()
public void setAutoDownloadAttachment(boolean autoDownloadAttachment)
Copyright © 2024. All rights reserved.