Package org.opennms.web.rest.v1
Class AssetSuggestionsRestService.Suggestions
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<java.lang.String,AssetSuggestionsRestService.SuggestionList>
-
- org.opennms.web.rest.v1.AssetSuggestionsRestService.Suggestions
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,AssetSuggestionsRestService.SuggestionList>
,java.util.NavigableMap<java.lang.String,AssetSuggestionsRestService.SuggestionList>
,java.util.SortedMap<java.lang.String,AssetSuggestionsRestService.SuggestionList>
- Enclosing class:
- AssetSuggestionsRestService
public static class AssetSuggestionsRestService.Suggestions extends java.util.TreeMap<java.lang.String,AssetSuggestionsRestService.SuggestionList>
The Class Suggestions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Suggestions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,AssetSuggestionsRestService.SuggestionList>
getSuggestions()
Gets the suggestions.-
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
-
-
-
-
Method Detail
-
getSuggestions
public java.util.Map<java.lang.String,AssetSuggestionsRestService.SuggestionList> getSuggestions()
Gets the suggestions.- Returns:
- the suggestions
-
-