public class SendmailHost extends Object implements Serializable
Constructor and Description |
---|
SendmailHost() |
SendmailHost(String host,
Long port) |
Modifier and Type | Method and Description |
---|---|
void |
deletePort() |
boolean |
equals(Object obj) |
String |
getHost()
Returns the value of field 'host'.
|
Long |
getPort()
Returns the value of field 'port'.
|
int |
hashCode() |
boolean |
hasPort()
Method hasPort.
|
void |
setHost(String host)
Sets the value of field 'host'.
|
void |
setPort(Long port)
Sets the value of field 'port'.
|
public void deletePort()
public String getHost()
public Long getPort()
public boolean hasPort()
public void setHost(String host)
host
- the value of field 'host'.public void setPort(Long port)
port
- the value of field 'port'.Copyright © 2017. All rights reserved.