Class DnsNode

    • Constructor Detail

      • DnsNode

        public DnsNode​(String distinguishedName,
                       OffsetDateTime created,
                       OffsetDateTime modified,
                       String name,
                       Set<DnsRecord> records)
        Instantiates a new dns node.
        Parameters:
        distinguishedName - the distinguished name
        created - the created
        modified - the modified
        name - the name
        records - the records
    • Method Detail

      • getName

        public String getName()
        The node name. It can be the host name or a part of the ip address (e. g. 1.178 or 178).
        Returns:
        the entry name
      • setName

        public void setName​(String name)
        Sets node name.
        Parameters:
        name - the entry name
      • getRecords

        public Set<DnsRecord> getRecords()
        The name server records.
        Returns:
        the name server records
      • setRecords

        public void setRecords​(Set<DnsRecord> records)
        Sets name server records.
        Parameters:
        records - the name server records