Package io.milton.dns.resource
Interface DomainResource
-
- All Known Subinterfaces:
DelegatedDomainResource,ZoneDomainResource
public interface DomainResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Return the name of this domain.List<DomainResourceRecord>getRecords()Return all the resource records associated with this domain
-
-
-
Method Detail
-
getName
String getName()
Return the name of this domain. Names with and without the terminating "." are permitted- Returns:
-
getRecords
List<DomainResourceRecord> getRecords()
Return all the resource records associated with this domain- Returns:
-
-