public class SoaRecord extends Object
Constructor and Description |
---|
SoaRecord() |
Modifier and Type | Method and Description |
---|---|
String |
email()
Get the email value.
|
Long |
expireTime()
Get the expireTime value.
|
String |
host()
Get the host value.
|
Long |
minimumTtl()
Get the minimumTtl value.
|
Long |
refreshTime()
Get the refreshTime value.
|
Long |
retryTime()
Get the retryTime value.
|
Long |
serialNumber()
Get the serialNumber value.
|
SoaRecord |
withEmail(String email)
Set the email value.
|
SoaRecord |
withExpireTime(Long expireTime)
Set the expireTime value.
|
SoaRecord |
withHost(String host)
Set the host value.
|
SoaRecord |
withMinimumTtl(Long minimumTtl)
Set the minimumTtl value.
|
SoaRecord |
withRefreshTime(Long refreshTime)
Set the refreshTime value.
|
SoaRecord |
withRetryTime(Long retryTime)
Set the retryTime value.
|
SoaRecord |
withSerialNumber(Long serialNumber)
Set the serialNumber value.
|
public String host()
public SoaRecord withHost(String host)
host
- the host value to setpublic String email()
public SoaRecord withEmail(String email)
email
- the email value to setpublic Long serialNumber()
public SoaRecord withSerialNumber(Long serialNumber)
serialNumber
- the serialNumber value to setpublic Long refreshTime()
public SoaRecord withRefreshTime(Long refreshTime)
refreshTime
- the refreshTime value to setpublic Long retryTime()
public SoaRecord withRetryTime(Long retryTime)
retryTime
- the retryTime value to setpublic Long expireTime()
public SoaRecord withExpireTime(Long expireTime)
expireTime
- the expireTime value to setpublic Long minimumTtl()
Copyright © 2019. All rights reserved.