Class WhoisInformation
java.lang.Object
de.muehlencord.shared.network.whois.WhoisInformation
- Author:
- Joern Muehlencord (joern@muehlencord.de)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNetwork(String network) add a new network to the list of existing networksvoidaddNetwork(List<String> network) voidaddRootNetwork(String rootNetwork) voidsetNetwork(List<String> network) voidsetNetworkInformation(NetworkInformation networkInformation) voidsetResponseString(String responseString) voidsetRootNetwork(List<String> rootNetwork)
-
Constructor Details
-
WhoisInformation
public WhoisInformation()
-
-
Method Details
-
getNetwork
- Returns:
- the network
-
addNetwork
-
setNetwork
- Parameters:
network- the network to set
-
addNetwork
add a new network to the list of existing networks- Parameters:
network- the new network to add
-
getRootNetwork
- Returns:
- the rootNetwork
-
setRootNetwork
- Parameters:
rootNetwork- the rootNetwork to set
-
addRootNetwork
-
getNetworkInformation
- Returns:
- the networkInformation
-
getResponseString
-
setResponseString
-