Package org.opennms.web.rest.v1
Class AssetSuggestionsRestService.SuggestionList
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<java.lang.String>
-
- org.opennms.web.rest.v1.AssetSuggestionsRestService.SuggestionList
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.lang.String>
- Enclosing class:
- AssetSuggestionsRestService
public static class AssetSuggestionsRestService.SuggestionList extends JaxbListWrapper<java.lang.String>
The Class SuggestionList.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuggestionList()
Instantiates a new suggestion list.SuggestionList(java.util.Collection<? extends java.lang.String> c)
Instantiates a new suggestion list.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getSuggestions()
Gets the suggestions.-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getObjects, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
-