Package com.mindee.product.custom
Class CustomV1Page
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,ListField>
-
- com.mindee.product.custom.CustomV1Page
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,ListField>
public class CustomV1Page extends HashMap<String,ListField>
Page data for custom documents, API version 1.x.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description CustomV1Page()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-