SoaRecord Class

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

public class SoaRecord

An SOA record.

Constructor Summary

Constructor Description
SoaRecord()

Method Summary

Modifier and Type Method and Description
java.lang.String email()

Get the email value.

java.lang.Long expireTime()

Get the expireTime value.

java.lang.String host()

Get the host value.

java.lang.Long minimumTtl()

Get the minimumTtl value.

java.lang.Long refreshTime()

Get the refreshTime value.

java.lang.Long retryTime()

Get the retryTime value.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SoaRecord

public SoaRecord()

Method Details

email

public String email()

Get the email value.

Returns:

the email value

expireTime

public Long expireTime()

Get the expireTime value.

Returns:

the expireTime value

host

public String host()

Get the host value.

Returns:

the host value

minimumTtl

public Long minimumTtl()

Get the minimumTtl value.

Returns:

the minimumTtl value

refreshTime

public Long refreshTime()

Get the refreshTime value.

Returns:

the refreshTime value

retryTime

public Long retryTime()

Get the retryTime value.

Returns:

the retryTime value

serialNumber

public Long serialNumber()

Get the serialNumber value.

Returns:

the serialNumber value

withEmail

public SoaRecord withEmail(String email)

Set the email value.

Parameters:

email - the email value to set

Returns:

the SoaRecord object itself.

withExpireTime

public SoaRecord withExpireTime(Long expireTime)

Set the expireTime value.

Parameters:

expireTime - the expireTime value to set

Returns:

the SoaRecord object itself.

withHost

public SoaRecord withHost(String host)

Set the host value.

Parameters:

host - the host value to set

Returns:

the SoaRecord object itself.

withMinimumTtl

public SoaRecord withMinimumTtl(Long minimumTtl)

Set the minimumTtl value.

Parameters:

minimumTtl - the minimumTtl value to set

Returns:

the SoaRecord object itself.

withRefreshTime

public SoaRecord withRefreshTime(Long refreshTime)

Set the refreshTime value.

Parameters:

refreshTime - the refreshTime value to set

Returns:

the SoaRecord object itself.

withRetryTime

public SoaRecord withRetryTime(Long retryTime)

Set the retryTime value.

Parameters:

retryTime - the retryTime value to set

Returns:

the SoaRecord object itself.

withSerialNumber

public SoaRecord withSerialNumber(Long serialNumber)

Set the serialNumber value.

Parameters:

serialNumber - the serialNumber value to set

Returns:

the SoaRecord object itself.

Applies to