Class DataCollectionConfigImpl
- java.lang.Object
-
- org.opennms.netmgt.config.internal.collection.DataCollectionConfigImpl
-
- All Implemented Interfaces:
IDataCollectionConfig
public class DataCollectionConfigImpl extends java.lang.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(java.lang.Object obj)
ISnmpCollection[]
getSnmpCollections()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getSnmpCollections
public ISnmpCollection[] getSnmpCollections()
- Specified by:
getSnmpCollections
in interfaceIDataCollectionConfig
-
addSnmpCollection
public void addSnmpCollection(SnmpCollectionImpl collection)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-