Uses of Class
org.bremersee.dccon.model.DnsRecord
-
Packages that use DnsRecord Package Description org.bremersee.dccon.model -
-
Uses of DnsRecord in org.bremersee.dccon.model
Methods in org.bremersee.dccon.model that return types with arguments of type DnsRecord Modifier and Type Method Description Set<DnsRecord>
DnsNode. getRecords()
The name server records.Methods in org.bremersee.dccon.model with parameters of type DnsRecord Modifier and Type Method Description int
DnsRecord. compareTo(DnsRecord o)
boolean
UnknownFilter. matches(DnsRecord dnsRecord)
Matches record type filter.Method parameters in org.bremersee.dccon.model with type arguments of type DnsRecord Modifier and Type Method Description void
DnsNode. setRecords(Set<DnsRecord> records)
Sets name server records.Constructor parameters in org.bremersee.dccon.model with type arguments of type DnsRecord Constructor Description DnsNode(String distinguishedName, OffsetDateTime created, OffsetDateTime modified, String name, Set<DnsRecord> records)
Instantiates a new dns node.
-