public interface SettingsDecryptionRequest
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.
|
SettingsDecryptionRequest |
setProxies(java.util.List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted.
|
SettingsDecryptionRequest |
setServers(java.util.List<Server> servers)
Sets the servers whose passwords should be decrypted.
|
java.util.List<Server> getServers()
null
.SettingsDecryptionRequest setServers(java.util.List<Server> servers)
servers
- The servers to decrypt, may be null
.null
.java.util.List<Proxy> getProxies()
null
.SettingsDecryptionRequest setProxies(java.util.List<Proxy> proxies)
proxies
- The proxies to decrypt, may be null
.null
.