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()
DNSEntry
public String getDomain()
DNSEntry
public String getIpAddress()
DNSEntry
getIpAddress
in interface DNSEntry
public DNSRecordType getType()
DNSEntry
Copyright © 2017. All rights reserved.