public class AddServer extends Object implements Serializable
Constructor and Description |
---|
AddServer() |
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
getConfigurationState() |
Boolean |
getForce() |
String |
getHostname() |
LicensingIntent |
getLicensingIntent() |
String |
getPassword() |
Boolean |
getRestore() |
String |
getUsername() |
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 |
setUsername(String username) |
public ConfigurationState getConfigurationState()
public void setConfigurationState(ConfigurationState configurationState)
public Boolean getForce()
public void setForce(Boolean force)
public String getHostname()
public void setHostname(String hostname)
public LicensingIntent getLicensingIntent()
public void setLicensingIntent(LicensingIntent licensingIntent)
public String getPassword()
public void setPassword(String password)
public Boolean getRestore()
public void setRestore(Boolean restore)
public String getUsername()
public void setUsername(String username)
Copyright © 2016. All rights reserved.