public class MxRecord extends Object
| Constructor and Description |
|---|
MxRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
exchange()
Get the exchange value.
|
Integer |
preference()
Get the preference value.
|
MxRecord |
withExchange(String exchange)
Set the exchange value.
|
MxRecord |
withPreference(Integer preference)
Set the preference value.
|
public Integer preference()
public MxRecord withPreference(Integer preference)
preference - the preference value to setpublic String exchange()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/