com.liferay.portlet.network.model
Class DNSLookup
java.lang.Object
com.liferay.portlet.network.model.DNSLookup
- All Implemented Interfaces:
- Serializable
public class DNSLookup
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNSLookup
public DNSLookup()
DNSLookup
public DNSLookup(String domain,
String results)
getDomain
public String getDomain()
getResults
public String getResults()
setDomain
public void setDomain(String domain)
setResults
public void setResults(String results)