Package org.stellar.sdk.responses
Class AccountResponse.Data
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
- Enclosing class:
AccountResponse
Data connected to account.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
size
public int size() -
get
Gets base64-encoded value for a given key.- Parameters:
key
- Data entry name- Returns:
- base64-encoded value
-
getDecoded
Gets raw value for a given key.- Parameters:
key
- Data entry name- Returns:
- raw value
-