public class SendmailHost extends Object implements Serializable
| Constructor and Description |
|---|
SendmailHost()
Instantiates a new sendmail 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'.
|
int |
hashCode() |
void |
setHost(String host)
Sets the value of field 'host'.
|
void |
setPort(Integer port)
Sets the value of field 'port'.
|
public String getHost()
public Integer getPort()
public void setHost(String host)
host - the value of field 'host'.public void setPort(Integer port)
port - the value of field 'port'.Copyright © 2017. All rights reserved.