Class CollectionSetWithAgent
- java.lang.Object
-
- org.opennms.netmgt.telemetry.protocols.collection.CollectionSetWithAgent
-
public class CollectionSetWithAgent extends java.lang.Object
Used to group both a collection agent and an associated collection set.
-
-
Constructor Summary
Constructors Constructor Description CollectionSetWithAgent(CollectionAgent agent, CollectionSet collectionSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionAgent
getAgent()
CollectionSet
getCollectionSet()
-
-
-
Constructor Detail
-
CollectionSetWithAgent
public CollectionSetWithAgent(CollectionAgent agent, CollectionSet collectionSet)
-
-
Method Detail
-
getAgent
public CollectionAgent getAgent()
-
getCollectionSet
public CollectionSet getCollectionSet()
-
-