Class SnmpCollectionImpl
- java.lang.Object
-
- org.opennms.netmgt.config.internal.collection.SnmpCollectionImpl
-
- All Implemented Interfaces:
ISnmpCollection
public class SnmpCollectionImpl extends Object implements ISnmpCollection
-
-
Constructor Summary
Constructors Constructor Description SnmpCollectionImpl()
SnmpCollectionImpl(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDataCollectionGroup(DataCollectionGroupImpl group)
void
addIncludedGroup(String groupName)
boolean
equals(Object obj)
IDataCollectionGroup[]
getDataCollectionGroups()
IGroupReference[]
getIncludedGroups()
String
getName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SnmpCollectionImpl
public SnmpCollectionImpl()
-
SnmpCollectionImpl
public SnmpCollectionImpl(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceISnmpCollection
-
getIncludedGroups
public IGroupReference[] getIncludedGroups()
- Specified by:
getIncludedGroups
in interfaceISnmpCollection
-
addIncludedGroup
public void addIncludedGroup(String groupName)
-
getDataCollectionGroups
public IDataCollectionGroup[] getDataCollectionGroups()
- Specified by:
getDataCollectionGroups
in interfaceISnmpCollection
-
addDataCollectionGroup
public void addDataCollectionGroup(DataCollectionGroupImpl group)
-
-