org.jclouds.dynect.v3.domain.rdata
Class PTRData

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingMap<String,Object>
          extended by org.jclouds.dynect.v3.domain.rdata.PTRData
All Implemented Interfaces:
Map<String,Object>

public class PTRData
extends com.google.common.collect.ForwardingMap<String,Object>

Corresponds to the binary representation of the PTR (Pointer) RData

Example

 import static org.jclouds.dynect.v3.domain.rdata.NSData.ptr;
 ...
 NSData rdata = ptr("ptr.foo.com.");
 

See Also:
RFC 1035

Nested Class Summary
static class PTRData.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 PTRData.Builder builder()
           
protected  Map<String,Object> delegate()
           
 String getPtrdname()
          domain-name which points to some location in the domain name space.
static PTRData ptr(String ptrdname)
           
 PTRData.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

getPtrdname

public String getPtrdname()
domain-name which points to some location in the domain name space.


delegate

protected Map<String,Object> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingMap<String,Object>

ptr

public static PTRData ptr(String ptrdname)

builder

public static PTRData.Builder builder()

toBuilder

public PTRData.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.