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
DefaultSettingsDecryptionResult(java.util.List<Server> servers, java.util.List<Proxy> proxies, java.util.List<SettingsProblem> problems)
public Server getServer()
SettingsDecryptionResultSettingsDecryptionResult.getServers().getServer in interface SettingsDecryptionResultnull.public java.util.List<Server> getServers()
SettingsDecryptionResultgetServers in interface SettingsDecryptionResultnull.public Proxy getProxy()
SettingsDecryptionResultSettingsDecryptionResult.getProxies().getProxy in interface SettingsDecryptionResultnull.public java.util.List<Proxy> getProxies()
SettingsDecryptionResultgetProxies in interface SettingsDecryptionResultnull.public java.util.List<SettingsProblem> getProblems()
SettingsDecryptionResultgetProblems in interface SettingsDecryptionResultnull.