public final class MxRecordImpl extends Object implements MxRecord, Comparable<MxRecord>
| Constructor and Description |
|---|
MxRecordImpl(int priority,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MxRecord o) |
String |
name()
The name of the MX record
|
int |
priority()
The priority of the MX record.
|
String |
toString() |
public MxRecordImpl(int priority,
String name)
public int priority()
MxRecordpublic int compareTo(MxRecord o)
compareTo in interface Comparable<MxRecord>Copyright © 2020. All rights reserved.