public class ClientProperties extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProperties.DataStore |
| Modifier and Type | Field and Description |
|---|---|
private List<ClientProperties.DataStore> |
datastores |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<ClientProperties.DataStore> |
getDatastores() |
void |
setDatastores(List<ClientProperties.DataStore> datastores) |
private static final long serialVersionUID
private List<ClientProperties.DataStore> datastores
public List<ClientProperties.DataStore> getDatastores()
public void setDatastores(List<ClientProperties.DataStore> datastores)
datastores - the datastores to setCopyright © 2015. All Rights Reserved.