Package org.opennms.web.rest.v1
Class KscRestService.KscReportCollection
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<KscRestService.KscReport>
-
- org.opennms.web.rest.v1.KscRestService.KscReportCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<KscRestService.KscReport>
- Enclosing class:
- KscRestService
public static final class KscRestService.KscReportCollection extends JaxbListWrapper<KscRestService.KscReport>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KscReportCollection()
KscReportCollection(java.util.Collection<? extends KscRestService.KscReport> reports)
KscReportCollection(java.util.Map<java.lang.Integer,Report> reportList, boolean terse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<KscRestService.KscReport>
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
-
KscReportCollection
public KscReportCollection()
-
KscReportCollection
public KscReportCollection(java.util.Collection<? extends KscRestService.KscReport> reports)
-
KscReportCollection
public KscReportCollection(java.util.Map<java.lang.Integer,Report> reportList, boolean terse)
-
-
Method Detail
-
getObjects
public java.util.List<KscRestService.KscReport> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<KscRestService.KscReport>
-
-