public static class ClientProperties.DataStore.Connection.Server extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
host |
private String |
port |
private Properties |
properties |
| Constructor and Description |
|---|
ClientProperties.DataStore.Connection.Server() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getPort() |
Properties |
getProperties() |
void |
setHost(String host) |
void |
setPort(String port) |
void |
setProperties(Properties properties) |
private String host
private String port
private Properties properties
public ClientProperties.DataStore.Connection.Server()
public String getHost()
public void setHost(String host)
host - the host to setpublic String getPort()
public void setPort(String port)
port - the port to setpublic Properties getProperties()
public void setProperties(Properties properties)
properties - the properties to setCopyright © 2015. All Rights Reserved.