Class CaaRecord


  • public class CaaRecord
    extends Object
    A CAA record.
    • Constructor Detail

      • CaaRecord

        public CaaRecord()
    • Method Detail

      • flags

        public Integer flags()
        Get the flags value.
        Returns:
        the flags value
      • withFlags

        public CaaRecord withFlags​(Integer flags)
        Set the flags value.
        Parameters:
        flags - the flags value to set
        Returns:
        the CaaRecord object itself.
      • tag

        public String tag()
        Get the tag value.
        Returns:
        the tag value
      • withTag

        public CaaRecord withTag​(String tag)
        Set the tag value.
        Parameters:
        tag - the tag value to set
        Returns:
        the CaaRecord object itself.
      • value

        public String value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public CaaRecord withValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the CaaRecord object itself.