public class AddServer extends Object implements Serializable
| Constructor and Description |
|---|
AddServer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConfigurationState |
getConfigurationState() |
Boolean |
getForce() |
String |
getHostname() |
LicensingIntent |
getLicensingIntent() |
String |
getPassword() |
Boolean |
getRestore() |
List<String> |
getScopeUris() |
String |
getUsername() |
int |
hashCode() |
void |
setConfigurationState(ConfigurationState configurationState) |
void |
setForce(Boolean force) |
void |
setHostname(String hostname) |
void |
setLicensingIntent(LicensingIntent licensingIntent) |
void |
setPassword(String password) |
void |
setRestore(Boolean restore) |
void |
setScopeUris(List<String> scopeUris) |
void |
setUsername(String username) |
String |
toString() |
public ConfigurationState getConfigurationState()
public void setConfigurationState(ConfigurationState configurationState)
configurationState - the configurationState to setpublic Boolean getForce()
public void setForce(Boolean force)
force - the force to setpublic String getHostname()
public void setHostname(String hostname)
hostname - the hostname to setpublic LicensingIntent getLicensingIntent()
public void setLicensingIntent(LicensingIntent licensingIntent)
licensingIntent - the licensingIntent to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic Boolean getRestore()
public void setRestore(Boolean restore)
restore - the restore to setpublic void setScopeUris(List<String> scopeUris)
scopeUris - the scopeUris to setpublic String getUsername()
public void setUsername(String username)
username - the username to setCopyright © 2017. All rights reserved.