| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MXData.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static MXData.Builder | 
builder()  | 
protected Map<String,Object> | 
delegate()  | 
String | 
getExchange()
domain-name which specifies a host willing to act as a mail exchange for
 the owner name. 
 | 
com.google.common.primitives.UnsignedInteger | 
getPreference()
specifies the preference given to this RR among others at the same owner. 
 | 
static MXData | 
mx(int preference,
  String exchange)  | 
MXData.Builder | 
toBuilder()  | 
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuespublic com.google.common.primitives.UnsignedInteger getPreference()
public String getExchange()
public static MXData.Builder builder()
public MXData.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.