public class SendmailProtocol extends Object implements Serializable
Constructor and Description |
---|
SendmailProtocol()
Instantiates a new sendmail protocol.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCharSet()
Returns the value of field 'charSet'.
|
String |
getMailer()
Returns the value of field 'mailer'.
|
String |
getMessageContentType()
Returns the value of field 'messageContentType'.
|
String |
getMessageEncoding()
Returns the value of field 'messageEncoding'.
|
String |
getTransport()
Returns the value of field 'transport'.
|
int |
hashCode() |
Boolean |
isQuitWait()
Returns the value of field 'quitWait'.
|
Boolean |
isSslEnable()
Returns the value of field 'sslEnable'.
|
Boolean |
isStartTls()
Returns the value of field 'startTls'.
|
void |
setCharSet(String charSet)
Sets the value of field 'charSet'.
|
void |
setMailer(String mailer)
Sets the value of field 'mailer'.
|
void |
setMessageContentType(String messageContentType)
Sets the value of field 'messageContentType'.
|
void |
setMessageEncoding(String messageEncoding)
Sets the value of field 'messageEncoding'.
|
void |
setQuitWait(Boolean quitWait)
Sets the value of field 'quitWait'.
|
void |
setSslEnable(Boolean sslEnable)
Sets the value of field 'sslEnable'.
|
void |
setStartTls(Boolean startTls)
Sets the value of field 'startTls'.
|
void |
setTransport(String transport)
Sets the value of field 'transport'.
|
public String getCharSet()
public String getMailer()
public String getMessageContentType()
public String getMessageEncoding()
public Boolean isQuitWait()
public Boolean isSslEnable()
public Boolean isStartTls()
public String getTransport()
public void setCharSet(String charSet)
charSet
- the value of field 'charSet'.public void setMailer(String mailer)
mailer
- the value of field 'mailer'.public void setMessageContentType(String messageContentType)
messageContentType
- the value of field 'messageContentType'.public void setMessageEncoding(String messageEncoding)
messageEncoding
- the value of field 'messageEncoding'.public void setQuitWait(Boolean quitWait)
quitWait
- the value of field 'quitWait'.public void setSslEnable(Boolean sslEnable)
sslEnable
- the value of field 'sslEnable'.public void setStartTls(Boolean startTls)
startTls
- the value of field 'startTls'.public void setTransport(String transport)
transport
- the value of field 'transport'.Copyright © 2017. All rights reserved.