Class DataCollectionConfigImpl
- java.lang.Object
-
- org.opennms.netmgt.config.internal.collection.DataCollectionConfigImpl
-
- All Implemented Interfaces:
IDataCollectionConfig
public class DataCollectionConfigImpl extends Object implements IDataCollectionConfig
-
-
Constructor Summary
Constructors Constructor Description DataCollectionConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSnmpCollection(SnmpCollectionImpl collection)
boolean
equals(Object obj)
ISnmpCollection[]
getSnmpCollections()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getSnmpCollections
public ISnmpCollection[] getSnmpCollections()
- Specified by:
getSnmpCollections
in interfaceIDataCollectionConfig
-
addSnmpCollection
public void addSnmpCollection(SnmpCollectionImpl collection)
-
-