Class SendmailProtocol
- java.lang.Object
-
- org.opennms.netmgt.config.javamail.SendmailProtocol
-
- All Implemented Interfaces:
Serializable
public class SendmailProtocol extends Object implements Serializable
The Class SendmailProtocol.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendmailProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getCharSet()
String
getMailer()
String
getMessageContentType()
String
getMessageEncoding()
String
getTransport()
int
hashCode()
Boolean
isQuitWait()
Boolean
isSslEnable()
Boolean
isStartTls()
void
setCharSet(String charSet)
void
setMailer(String mailer)
void
setMessageContentType(String messageContentType)
void
setMessageEncoding(String messageEncoding)
void
setQuitWait(Boolean quitWait)
void
setSslEnable(Boolean sslEnable)
void
setStartTls(Boolean startTls)
void
setTransport(String transport)
-
-
-
Method Detail
-
getCharSet
public String getCharSet()
-
setCharSet
public void setCharSet(String charSet)
-
getMailer
public String getMailer()
-
setMailer
public void setMailer(String mailer)
-
getMessageContentType
public String getMessageContentType()
-
setMessageContentType
public void setMessageContentType(String messageContentType)
-
getMessageEncoding
public String getMessageEncoding()
-
setMessageEncoding
public void setMessageEncoding(String messageEncoding)
-
isQuitWait
public Boolean isQuitWait()
-
setQuitWait
public void setQuitWait(Boolean quitWait)
-
getTransport
public String getTransport()
-
setTransport
public void setTransport(String transport)
-
isSslEnable
public Boolean isSslEnable()
-
setSslEnable
public void setSslEnable(Boolean sslEnable)
-
isStartTls
public Boolean isStartTls()
-
setStartTls
public void setStartTls(Boolean startTls)
-
-