public class MailAccountModel extends BaseJsonModel
Constructor and Description |
---|
MailAccountModel() |
Modifier and Type | Method and Description |
---|---|
String |
getFrom() |
String |
getHost() |
String |
getPass() |
Integer |
getPort()
兼容端口
|
Integer |
getSocketFactoryPort() |
Boolean |
getSslEnable() |
Integer |
getTimeout() |
String |
getUser() |
void |
setFrom(String from) |
void |
setHost(String host) |
void |
setPass(String pass) |
void |
setPort(Integer port) |
void |
setSocketFactoryPort(Integer socketFactoryPort) |
void |
setSslEnable(Boolean sslEnable) |
void |
setTimeout(Integer timeout) |
void |
setUser(String user) |
toJson, toString
public static final String ID
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getUser()
public void setUser(String user)
public String getPass()
public void setPass(String pass)
public String getFrom()
public void setFrom(String from)
public Boolean getSslEnable()
public void setSslEnable(Boolean sslEnable)
public Integer getSocketFactoryPort()
public void setSocketFactoryPort(Integer socketFactoryPort)
public Integer getTimeout()
public void setTimeout(Integer timeout)
Copyright © 2017–2022. All rights reserved.