class DefaultSettingsDecryptionResult extends java.lang.Object implements SettingsDecryptionResult
Modifier and Type | Field and Description |
---|---|
private java.util.List<SettingsProblem> |
problems |
private java.util.List<Proxy> |
proxies |
private java.util.List<Server> |
servers |
Constructor and Description |
---|
DefaultSettingsDecryptionResult(java.util.List<Server> servers,
java.util.List<Proxy> proxies,
java.util.List<SettingsProblem> problems) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SettingsProblem> |
getProblems()
Gets the problems that were encountered during the settings decryption.
|
java.util.List<Proxy> |
getProxies()
Gets the decrypted proxies.
|
Proxy |
getProxy()
Gets the decrypted proxy.
|
Server |
getServer()
Gets the decrypted server.
|
java.util.List<Server> |
getServers()
Gets the decrypted servers.
|
private java.util.List<Server> servers
private java.util.List<Proxy> proxies
private java.util.List<SettingsProblem> problems
public DefaultSettingsDecryptionResult(java.util.List<Server> servers, java.util.List<Proxy> proxies, java.util.List<SettingsProblem> problems)
public Server getServer()
SettingsDecryptionResult
SettingsDecryptionResult.getServers()
.getServer
in interface SettingsDecryptionResult
null
.public java.util.List<Server> getServers()
SettingsDecryptionResult
getServers
in interface SettingsDecryptionResult
null
.public Proxy getProxy()
SettingsDecryptionResult
SettingsDecryptionResult.getProxies()
.getProxy
in interface SettingsDecryptionResult
null
.public java.util.List<Proxy> getProxies()
SettingsDecryptionResult
getProxies
in interface SettingsDecryptionResult
null
.public java.util.List<SettingsProblem> getProblems()
SettingsDecryptionResult
getProblems
in interface SettingsDecryptionResult
null
.