public class SendmailProtocol extends Object implements Serializable
Constructor and Description |
---|
SendmailProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
deleteQuitWait() |
void |
deleteSslEnable() |
void |
deleteStartTls() |
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'.
|
Boolean |
getQuitWait()
Returns the value of field 'quitWait'.
|
Boolean |
getSslEnable()
Returns the value of field 'sslEnable'.
|
Boolean |
getStartTls()
Returns the value of field 'startTls'.
|
String |
getTransport()
Returns the value of field 'transport'.
|
int |
hashCode() |
boolean |
hasQuitWait()
Method hasQuitWait.
|
boolean |
hasSslEnable()
Method hasSslEnable.
|
boolean |
hasStartTls()
Method hasStartTls.
|
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 void deleteQuitWait()
public void deleteSslEnable()
public void deleteStartTls()
public String getCharSet()
public String getMailer()
public String getMessageContentType()
public String getMessageEncoding()
public Boolean getQuitWait()
public Boolean getSslEnable()
public Boolean getStartTls()
public String getTransport()
public boolean hasQuitWait()
public boolean hasSslEnable()
public boolean hasStartTls()
public Boolean isQuitWait()
public Boolean isSslEnable()
public Boolean isStartTls()
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.