MxRecord Class

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

public class MxRecord

An MX record.

Constructor Summary

Constructor Description
MxRecord()

Method Summary

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

Get the exchange value.

java.lang.Integer preference()

Get the preference value.

MxRecord withExchange(String exchange)

Set the exchange value.

MxRecord withPreference(Integer preference)

Set the preference 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

MxRecord

public MxRecord()

Method Details

exchange

public String exchange()

Get the exchange value.

Returns:

the exchange value

preference

public Integer preference()

Get the preference value.

Returns:

the preference value

withExchange

public MxRecord withExchange(String exchange)

Set the exchange value.

Parameters:

exchange - the exchange value to set

Returns:

the MxRecord object itself.

withPreference

public MxRecord withPreference(Integer preference)

Set the preference value.

Parameters:

preference - the preference value to set

Returns:

the MxRecord object itself.

Applies to