Class SoaRecord

java.lang.Object
com.microsoft.azure.management.dns.SoaRecord

public class SoaRecord extends Object
An SOA record.
  • Constructor Details

    • SoaRecord

      public SoaRecord()
  • Method Details

    • host

      public String host()
      Get the host value.
      Returns:
      the host value
    • withHost

      public SoaRecord withHost(String host)
      Set the host value.
      Parameters:
      host - the host value to set
      Returns:
      the SoaRecord object itself.
    • email

      public String email()
      Get the email value.
      Returns:
      the email value
    • withEmail

      public SoaRecord withEmail(String email)
      Set the email value.
      Parameters:
      email - the email value to set
      Returns:
      the SoaRecord object itself.
    • serialNumber

      public Long serialNumber()
      Get the serialNumber value.
      Returns:
      the serialNumber value
    • withSerialNumber

      public SoaRecord withSerialNumber(Long serialNumber)
      Set the serialNumber value.
      Parameters:
      serialNumber - the serialNumber value to set
      Returns:
      the SoaRecord object itself.
    • refreshTime

      public Long refreshTime()
      Get the refreshTime value.
      Returns:
      the refreshTime value
    • withRefreshTime

      public SoaRecord withRefreshTime(Long refreshTime)
      Set the refreshTime value.
      Parameters:
      refreshTime - the refreshTime value to set
      Returns:
      the SoaRecord object itself.
    • retryTime

      public Long retryTime()
      Get the retryTime value.
      Returns:
      the retryTime value
    • withRetryTime

      public SoaRecord withRetryTime(Long retryTime)
      Set the retryTime value.
      Parameters:
      retryTime - the retryTime value to set
      Returns:
      the SoaRecord object itself.
    • expireTime

      public Long expireTime()
      Get the expireTime value.
      Returns:
      the expireTime value
    • withExpireTime

      public SoaRecord withExpireTime(Long expireTime)
      Set the expireTime value.
      Parameters:
      expireTime - the expireTime value to set
      Returns:
      the SoaRecord object itself.
    • minimumTtl

      public Long minimumTtl()
      Get the minimumTtl value.
      Returns:
      the minimumTtl value
    • withMinimumTtl

      public SoaRecord withMinimumTtl(Long minimumTtl)
      Set the minimumTtl value.
      Parameters:
      minimumTtl - the minimumTtl value to set
      Returns:
      the SoaRecord object itself.