public class ReadmailHost extends Object implements Serializable
Constructor and Description |
---|
ReadmailHost()
Instantiates a new readmail host.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHost()
Returns the value of field 'host'.
|
Integer |
getPort()
Returns the value of field 'port'.
|
ReadmailProtocol |
getReadmailProtocol()
Returns the value of field 'readmailProtocol'.
|
int |
hashCode() |
void |
setHost(String host)
Sets the value of field 'host'.
|
void |
setPort(Integer port)
Sets the value of field 'port'.
|
void |
setReadmailProtocol(ReadmailProtocol readmailProtocol)
Sets the value of field 'readmailProtocol'.
|
public String getHost()
public Integer getPort()
public ReadmailProtocol getReadmailProtocol()
public void setHost(String host)
host
- the value of field 'host'.public void setPort(Integer port)
port
- the value of field 'port'.public void setReadmailProtocol(ReadmailProtocol readmailProtocol)
readmailProtocol
- the value of field 'readmailProtocol'Copyright © 2017. All rights reserved.