public class ReadmailProtocol extends Object implements Serializable
Constructor and Description |
---|
ReadmailProtocol()
Instantiates a new readmail protocol.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getTransport()
Returns the value of field 'transport'.
|
int |
hashCode() |
Boolean |
isSslEnable()
Returns the value of field 'sslEnable'.
|
Boolean |
isStartTls()
Returns the value of field 'startTls'.
|
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 Boolean isSslEnable()
public Boolean isStartTls()
public String getTransport()
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.