Package com.fauna.types
Class BaseDocument.Entry
- java.lang.Object
-
- com.fauna.types.BaseDocument.Entry
-
- Enclosing class:
- BaseDocument
public static class BaseDocument.Entry extends java.lang.Object
Represents a key-value pair in the document.
-
-
Constructor Summary
Constructors Constructor Description Entry(java.lang.String key, java.lang.Object value)
Initializes an entry with a specified key and value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
Gets the key of this entry.java.lang.Object
getValue()
Gets the value associated with this entry's key.
-