Class HeatMap
- java.lang.Object
-
- org.genesys.amphibian.client.model.HeatMap
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class HeatMap extends Object
HeatMap
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CATEGORIESstatic StringJSON_PROPERTY_HEAT_MAP
-
Constructor Summary
Constructors Constructor Description HeatMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeatMapcategories(Map<String,List<Object>> categories)booleanequals(Object o)Map<String,List<Object>>getCategories()Get categoriesMap<String,Map<String,Integer>>getHeatMap()Get heatMapinthashCode()HeatMapheatMap(Map<String,Map<String,Integer>> heatMap)HeatMapputCategoriesItem(String key, List<Object> categoriesItem)HeatMapputHeatMapItem(String key, Map<String,Integer> heatMapItem)voidsetCategories(Map<String,List<Object>> categories)voidsetHeatMap(Map<String,Map<String,Integer>> heatMap)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CATEGORIES
public static final String JSON_PROPERTY_CATEGORIES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HEAT_MAP
public static final String JSON_PROPERTY_HEAT_MAP
- See Also:
- Constant Field Values
-
-