public class DatacollectionConfig extends Object implements Serializable
Constructor and Description |
---|
DatacollectionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addSnmpCollection(SnmpCollection snmpCollection) |
boolean |
equals(Object obj) |
String |
getRrdRepository()
full path to the RRD repository for collected SNMP data
|
SnmpCollection |
getSnmpCollection(String name) |
List<SnmpCollection> |
getSnmpCollections() |
int |
hashCode() |
void |
insertSnmpCollection(SnmpCollection resourceTypeCollection) |
boolean |
removeSnmpCollection(SnmpCollection snmpCollection) |
void |
setRrdRepository(String rrdRepository) |
void |
setSnmpCollections(List<SnmpCollection> snmpCollections) |
IDataCollectionConfig |
toDataCollectionConfig() |
String |
toString() |
void |
visit(DatacollectionConfigVisitor visitor) |
public String getRrdRepository()
public void setRrdRepository(String rrdRepository)
public List<SnmpCollection> getSnmpCollections()
public void setSnmpCollections(List<SnmpCollection> snmpCollections)
public SnmpCollection getSnmpCollection(String name)
public void addSnmpCollection(SnmpCollection snmpCollection) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeSnmpCollection(SnmpCollection snmpCollection)
public void insertSnmpCollection(SnmpCollection resourceTypeCollection)
public IDataCollectionConfig toDataCollectionConfig()
public void visit(DatacollectionConfigVisitor visitor)
Copyright © 2021. All rights reserved.