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 ISnmpCollectionpublic IGroupReference[] getIncludedGroups()
getIncludedGroups in interface ISnmpCollectionpublic void addIncludedGroup(String groupName)
public IDataCollectionGroup[] getDataCollectionGroups()
getDataCollectionGroups in interface ISnmpCollectionpublic void addDataCollectionGroup(DataCollectionGroupImpl group)
Copyright © 2020. All rights reserved.