Class MXData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMXData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MXData.Builderbuilder()protected Map<String,Object>delegate()StringgetExchange()domain-name which specifies a host willing to act as a mail exchange for the owner name.intgetPreference()specifies the preference given to this RR among others at the same owner.static MXDatamx(int preference, String exchange)MXData.BuildertoBuilder()-
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
getPreference
public int getPreference()
specifies the preference given to this RR among others at the same owner. Lower values are preferred.
-
getExchange
public String getExchange()
domain-name which specifies a host willing to act as a mail exchange for the owner name.
-
builder
public static MXData.Builder builder()
-
toBuilder
public MXData.Builder toBuilder()
-
-