Class AaaaRecord


  • public final class AaaaRecord
    extends Object
    An AAAA record.
    • Constructor Detail

      • AaaaRecord

        public AaaaRecord()
    • Method Detail

      • ipv6Address

        public String ipv6Address()
        Get the ipv6Address property: The IPv6 address of this AAAA record.
        Returns:
        the ipv6Address value.
      • withIpv6Address

        public AaaaRecord withIpv6Address​(String ipv6Address)
        Set the ipv6Address property: The IPv6 address of this AAAA record.
        Parameters:
        ipv6Address - the ipv6Address value to set.
        Returns:
        the AaaaRecord object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.