Class PTRData

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,Object>
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:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     

    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

    Modifier and Type
    Method
    Description
     
    protected Map<String,Object>
     
    domain-name which points to some location in the domain name space.
    static PTRData
    ptr(String ptrdname)
     
     

    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 Details

    • getPtrdname

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

      protected Map<String,Object> delegate()
      Specified by:
      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()