Class ARecord


  • public class ARecord
    extends Object
    An A record.
    • Constructor Detail

      • ARecord

        public ARecord()
    • Method Detail

      • ipv4Address

        public String ipv4Address()
        Get the ipv4Address value.
        Returns:
        the ipv4Address value
      • withIpv4Address

        public ARecord withIpv4Address​(String ipv4Address)
        Set the ipv4Address value.
        Parameters:
        ipv4Address - the ipv4Address value to set
        Returns:
        the ARecord object itself.