Class EntityEntry

  • All Implemented Interfaces:
    Serializable

    public class EntityEntry
    extends Object
    implements Serializable
    Represents an entry, i.e. the columns that are part of an entry.
    Since:
    2.0.0
    Author:
    Rui Vilao (rui.vilao@feedzai.com)
    See Also:
    Serialized Form
    • Method Detail

      • get

        public Object get​(String k)
        Gets the field.
        Parameters:
        k - The key.
        Returns:
        The value.
      • containsKey

        public boolean containsKey​(String k)
        Checks if the given key is set in the internal map.
        Parameters:
        k - The key to check.
        Returns:
        true if the internal map contains the key, false otherwise.
        Since:
        2.0.1
      • getMap

        public Map<String,​Object> getMap()
        Gets the a map representation of this EntityEntry.
        Returns:
        The map representation.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object