public class ExtDNSEntry extends Object implements DNSEntry
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtDNSEntry.DNSEntries |
| Constructor and Description |
|---|
ExtDNSEntry() |
ExtDNSEntry(String ipAddress,
DNSRecordType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
The FQ Domain this entry is associated with
|
String |
getId()
The identifier for this entry
|
String |
getIpAddress()
The IP Address associated with this entry
|
String |
getName()
The name of this entry
|
DNSRecordType |
getType()
The DNS Record Type for this entry
|
String |
toString() |
public ExtDNSEntry()
public ExtDNSEntry(String ipAddress, DNSRecordType type)
public String getId()
DNSEntrypublic String getDomain()
DNSEntrypublic String getIpAddress()
DNSEntrygetIpAddress in interface DNSEntrypublic DNSRecordType getType()
DNSEntryCopyright © 2017. All rights reserved.