Class TxtRecord


  • public class TxtRecord
    extends Object
    A TXT record.
    • Constructor Detail

      • TxtRecord

        public TxtRecord()
    • Method Detail

      • value

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

        public TxtRecord withValue​(List<String> value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the TxtRecord object itself.