protected static class DNSManager.DNSInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
expiration |
protected java.lang.String |
fqdn |
protected java.lang.String |
hostName |
protected java.lang.String |
ipaddress |
Constructor and Description |
---|
DNSInfo(java.lang.String ipaddress,
java.lang.String fqdn,
long expiration,
java.lang.String hostName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
getExpirationTime()
Get the expiration time.
|
java.lang.String |
getFQDN()
Get the fqdn
|
java.lang.String |
getHostName()
Get the host name
|
java.lang.String |
getIPAddress()
Get the ipaddress
|
protected long expiration
protected java.lang.String hostName
protected java.lang.String ipaddress
protected java.lang.String fqdn