public class ReadmailProtocol extends Object implements Serializable
Constructor and Description |
---|
ReadmailProtocol() |
ReadmailProtocol(String transport,
Boolean sslEnable,
Boolean startTls) |
Modifier and Type | Method and Description |
---|---|
void |
deleteSslEnable() |
void |
deleteStartTls() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
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()
Overrides the Object.hashCode method.
|
boolean |
hasSslEnable()
Method hasSslEnable.
|
boolean |
hasStartTls()
Method hasStartTls.
|
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 void deleteSslEnable()
public void deleteStartTls()
public boolean equals(Object obj)
public Boolean getSslEnable()
public Boolean getStartTls()
public String getTransport()
public boolean hasSslEnable()
public boolean hasStartTls()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public Boolean isSslEnable()
public Boolean isStartTls()
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.