public class EntityEntry extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityEntry.Builder
Builder to create immutable
EntityEntry objects. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String k)
Checks if the given key is set in the internal map.
|
Object |
get(String k)
Gets the field.
|
Map<String,Object> |
getMap()
Gets the a map representation of this
EntityEntry. |
EntityEntry.Builder |
newBuilder()
Returns a new Builder out of this
EntityEntry. |
String |
toString() |
public boolean containsKey(String k)
k - The key to check.true if the internal map contains the key, false otherwise.public EntityEntry.Builder newBuilder()
EntityEntry.EntityEntry.public Map<String,Object> getMap()
EntityEntry.Copyright © 2014 Feedzai. All Rights Reserved.