Package org.opennms.web.rest.model.v2
Class EventCollectionDTO
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<EventDTO>
-
- org.opennms.web.rest.model.v2.EventCollectionDTO
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<EventDTO>
public class EventCollectionDTO extends JaxbListWrapper<EventDTO>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventCollectionDTO()
EventCollectionDTO(java.util.Collection<? extends EventDTO> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EventDTO>
getObjects()
-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
EventCollectionDTO
public EventCollectionDTO()
-
EventCollectionDTO
public EventCollectionDTO(java.util.Collection<? extends EventDTO> events)
-
-
Method Detail
-
getObjects
public java.util.List<EventDTO> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<EventDTO>
-
-