Class SoaRecord
java.lang.Object
com.microsoft.azure.management.dns.SoaRecord
An SOA record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionemail()
Get the email value.Get the expireTime value.host()
Get the host value.Get the minimumTtl value.Get the refreshTime value.Get the retryTime value.Get the serialNumber value.Set the email value.withExpireTime
(Long expireTime) Set the expireTime value.Set the host value.withMinimumTtl
(Long minimumTtl) Set the minimumTtl value.withRefreshTime
(Long refreshTime) Set the refreshTime value.withRetryTime
(Long retryTime) Set the retryTime value.withSerialNumber
(Long serialNumber) Set the serialNumber value.
-
Constructor Details
-
SoaRecord
public SoaRecord()
-
-
Method Details
-
host
Get the host value.- Returns:
- the host value
-
withHost
Set the host value.- Parameters:
host
- the host value to set- Returns:
- the SoaRecord object itself.
-
email
Get the email value.- Returns:
- the email value
-
withEmail
Set the email value.- Parameters:
email
- the email value to set- Returns:
- the SoaRecord object itself.
-
serialNumber
Get the serialNumber value.- Returns:
- the serialNumber value
-
withSerialNumber
Set the serialNumber value.- Parameters:
serialNumber
- the serialNumber value to set- Returns:
- the SoaRecord object itself.
-
refreshTime
Get the refreshTime value.- Returns:
- the refreshTime value
-
withRefreshTime
Set the refreshTime value.- Parameters:
refreshTime
- the refreshTime value to set- Returns:
- the SoaRecord object itself.
-
retryTime
Get the retryTime value.- Returns:
- the retryTime value
-
withRetryTime
Set the retryTime value.- Parameters:
retryTime
- the retryTime value to set- Returns:
- the SoaRecord object itself.
-
expireTime
Get the expireTime value.- Returns:
- the expireTime value
-
withExpireTime
Set the expireTime value.- Parameters:
expireTime
- the expireTime value to set- Returns:
- the SoaRecord object itself.
-
minimumTtl
Get the minimumTtl value.- Returns:
- the minimumTtl value
-
withMinimumTtl
Set the minimumTtl value.- Parameters:
minimumTtl
- the minimumTtl value to set- Returns:
- the SoaRecord object itself.
-