Class SoaRecord
- java.lang.Object
-
- com.microsoft.azure.management.dns.SoaRecord
-
public class SoaRecord extends Object
An SOA record.
-
-
Constructor Summary
Constructors Constructor Description SoaRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringemail()Get the email value.LongexpireTime()Get the expireTime value.Stringhost()Get the host value.LongminimumTtl()Get the minimumTtl value.LongrefreshTime()Get the refreshTime value.LongretryTime()Get the retryTime value.LongserialNumber()Get the serialNumber value.SoaRecordwithEmail(String email)Set the email value.SoaRecordwithExpireTime(Long expireTime)Set the expireTime value.SoaRecordwithHost(String host)Set the host value.SoaRecordwithMinimumTtl(Long minimumTtl)Set the minimumTtl value.SoaRecordwithRefreshTime(Long refreshTime)Set the refreshTime value.SoaRecordwithRetryTime(Long retryTime)Set the retryTime value.SoaRecordwithSerialNumber(Long serialNumber)Set the serialNumber value.
-
-
-
Method Detail
-
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
-
-