public class SnmpCollectionImpl extends Object implements ISnmpCollection
Constructor and Description |
---|
SnmpCollectionImpl() |
SnmpCollectionImpl(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addDataCollectionGroup(DataCollectionGroupImpl group) |
void |
addIncludedGroup(String groupName) |
boolean |
equals(Object obj) |
IDataCollectionGroup[] |
getDataCollectionGroups() |
IGroupReference[] |
getIncludedGroups() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public SnmpCollectionImpl()
public SnmpCollectionImpl(String name)
public String getName()
getName
in interface ISnmpCollection
public IGroupReference[] getIncludedGroups()
getIncludedGroups
in interface ISnmpCollection
public void addIncludedGroup(String groupName)
public IDataCollectionGroup[] getDataCollectionGroups()
getDataCollectionGroups
in interface ISnmpCollection
public void addDataCollectionGroup(DataCollectionGroupImpl group)
Copyright © 2021. All rights reserved.