public static class MailUtils.MXRecord extends java.lang.Object implements java.lang.Comparable<MailUtils.MXRecord>
MailUtils.getMXServers(String)
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MailUtils.MXRecord other) |
boolean |
equals(java.lang.Object o) |
int |
getPriority()
Get the MX priority
|
java.lang.String |
getServer()
Get server name
|
int |
hashCode() |
java.lang.String |
toString() |
public int compareTo(MailUtils.MXRecord other)
compareTo
in interface java.lang.Comparable<MailUtils.MXRecord>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int getPriority()
public java.lang.String getServer()