|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,Object>
org.jclouds.dynect.v3.domain.rdata.MXData
public class MXData
Corresponds to the binary representation of the MX (Mail Exchange)
RData
import static org.jclouds.dynect.v3.domain.rdata.MXData.mx; ... MXData rdata = mx(1, "mail.jclouds.org");
| Nested Class Summary | |
|---|---|
static class |
MXData.Builder
|
| Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap |
|---|
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
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. |
int |
getPreference()
specifies the preference given to this RR among others at the same owner. |
static MXData |
mx(int preference,
String exchange)
|
MXData.Builder |
toBuilder()
|
| 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 com.google.common.collect.ForwardingObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getPreference()
public String getExchange()
protected Map<String,Object> delegate()
delegate in class com.google.common.collect.ForwardingMap<String,Object>
public static MXData mx(int preference,
String exchange)
public static MXData.Builder builder()
public MXData.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||