Class SoaRecordResponse


  • public final class SoaRecordResponse
    extends java.lang.Object
    • Method Detail

      • email

        public java.util.Optional<java.lang.String> email()
        Returns:
        The email contact for this SOA record.
      • expireTime

        public java.util.Optional<java.lang.Double> expireTime()
        Returns:
        The expire time for this SOA record.
      • host

        public java.util.Optional<java.lang.String> host()
        Returns:
        The domain name of the authoritative name server for this SOA record.
      • minimumTtl

        public java.util.Optional<java.lang.Double> minimumTtl()
        Returns:
        The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
      • refreshTime

        public java.util.Optional<java.lang.Double> refreshTime()
        Returns:
        The refresh value for this SOA record.
      • retryTime

        public java.util.Optional<java.lang.Double> retryTime()
        Returns:
        The retry time for this SOA record.
      • serialNumber

        public java.util.Optional<java.lang.Double> serialNumber()
        Returns:
        The serial number for this SOA record.