public class MailServerSettings extends Object
コンストラクタと説明 |
---|
MailServerSettings() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getHost() |
String |
getPassword() |
Integer |
getPort() |
String |
getUser() |
int |
hashCode() |
boolean |
isAuthentification() |
boolean |
isSsl() |
boolean |
isStarttls() |
void |
setAuthentification(boolean authentification) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setSsl(boolean ssl) |
void |
setStarttls(boolean starttls) |
void |
setUser(String user) |
String |
toString() |
public void setHost(String host)
public void setPort(Integer port)
public String getHost()
public Integer getPort()
public boolean isAuthentification()
public String getUser()
public String getPassword()
public boolean isSsl()
public boolean isStarttls()
public void setAuthentification(boolean authentification)
public void setUser(String user)
public void setPassword(String password)
public void setSsl(boolean ssl)
public void setStarttls(boolean starttls)
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION