|
||||||||||
| 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.CNAMEData
public class CNAMEData
Corresponds to the binary representation of the CNAME (Canonical Name) RData
import static org.jclouds.dynect.v3.domain.rdata.NSData.cname;
...
NSData rdata = cname("cname.foo.com.");
| Nested Class Summary | |
|---|---|
static class |
CNAMEData.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 CNAMEData.Builder |
builder()
|
static CNAMEData |
cname(String cname)
|
protected Map<String,Object> |
delegate()
|
String |
getCname()
domain-name which specifies the canonical or primary name for the owner. |
CNAMEData.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 String getCname()
protected Map<String,Object> delegate()
delegate in class com.google.common.collect.ForwardingMap<String,Object>public static CNAMEData cname(String cname)
public static CNAMEData.Builder builder()
public CNAMEData.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||