Class NSData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NSData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NSData.Builder
builder()
protected Map<String,Object>
delegate()
String
getNsdname()
domain-name which specifies a host which should be authoritative for the specified class and domain.static NSData
ns(String nsdname)
NSData.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 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
-
getNsdname
public String getNsdname()
domain-name which specifies a host which should be authoritative for the specified class and domain.
-
builder
public static NSData.Builder builder()
-
toBuilder
public NSData.Builder toBuilder()
-
-