Package org.opennms.netmgt.config.agents
Class AgentResponseCollection
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<AgentResponse>
-
- org.opennms.netmgt.config.agents.AgentResponseCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<AgentResponse>
public class AgentResponseCollection extends JaxbListWrapper<AgentResponse>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgentResponseCollection()
AgentResponseCollection(java.util.Collection<? extends AgentResponse> responses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AgentResponse>
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
-
AgentResponseCollection
public AgentResponseCollection()
-
AgentResponseCollection
public AgentResponseCollection(java.util.Collection<? extends AgentResponse> responses)
-
-
Method Detail
-
getObjects
public java.util.List<AgentResponse> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<AgentResponse>
-
-