Class TXTData
-
public class TXTData extends com.google.common.collect.ForwardingMap<String,Object>
Corresponds to the binary representation of theTXT
(Text) RDataExample
import static org.jclouds.dynect.v3.domain.rdata.NSData.txt; ... NSData rdata = txt("=spf1 ip4:1.1.1.1/24 ip4:2.2.2.2/24 -all");
- See Also:
- RFC 1035
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TXTData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TXTData.Builder
builder()
protected Map<String,Object>
delegate()
String
getTxtdata()
One or more character-strings.TXTData.Builder
toBuilder()
static TXTData
txt(String txtdata)
-
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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
getTxtdata
public String getTxtdata()
One or more character-strings.
-
builder
public static TXTData.Builder builder()
-
toBuilder
public TXTData.Builder toBuilder()
-
-