public abstract class AbstractRemoteServerProperties extends Object
| Constructor and Description |
|---|
AbstractRemoteServerProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCacheSessions() |
String |
getHost() |
String |
getPassword() |
String |
getUsername() |
void |
setCacheSessions(Boolean cacheSessions) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setUsername(String username) |
@NotBlank public String getHost()
public void setHost(String host)
@NotBlank public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public Boolean getCacheSessions()
public void setCacheSessions(Boolean cacheSessions)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.