public class DefaultSettingsDecryptionRequest extends java.lang.Object implements SettingsDecryptionRequest
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Proxy> |
proxies |
private java.util.List<Server> |
servers |
| Constructor and Description |
|---|
DefaultSettingsDecryptionRequest()
Creates an empty request.
|
DefaultSettingsDecryptionRequest(Proxy proxy)
Creates a new request to decrypt the specified proxy.
|
DefaultSettingsDecryptionRequest(Server server)
Creates a new request to decrypt the specified server.
|
DefaultSettingsDecryptionRequest(Settings settings)
Creates a new request to decrypt the specified settings.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Proxy> |
getProxies()
Gets the proxies whose passwords should be decrypted.
|
java.util.List<Server> |
getServers()
Gets the servers whose passwords should be decrypted.
|
DefaultSettingsDecryptionRequest |
setProxies(java.util.List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted.
|
DefaultSettingsDecryptionRequest |
setServers(java.util.List<Server> servers)
Sets the servers whose passwords should be decrypted.
|
private java.util.List<Server> servers
private java.util.List<Proxy> proxies
public DefaultSettingsDecryptionRequest()
public DefaultSettingsDecryptionRequest(Settings settings)
settings - The settings to decrypt, must not be null.public DefaultSettingsDecryptionRequest(Server server)
server - The server to decrypt, must not be null.public DefaultSettingsDecryptionRequest(Proxy proxy)
proxy - The proxy to decrypt, must not be null.public java.util.List<Server> getServers()
SettingsDecryptionRequestgetServers in interface SettingsDecryptionRequestnull.public DefaultSettingsDecryptionRequest setServers(java.util.List<Server> servers)
SettingsDecryptionRequestsetServers in interface SettingsDecryptionRequestservers - The servers to decrypt, may be null.null.public java.util.List<Proxy> getProxies()
SettingsDecryptionRequestgetProxies in interface SettingsDecryptionRequestnull.public DefaultSettingsDecryptionRequest setProxies(java.util.List<Proxy> proxies)
SettingsDecryptionRequestsetProxies in interface SettingsDecryptionRequestproxies - The proxies to decrypt, may be null.null.