public class SnmpCollection extends Object implements Serializable, Cloneable
Constructor and Description |
---|
SnmpCollection() |
public String getName()
public void setName(String name)
public Integer getMaxVarsPerPdu()
public void setMaxVarsPerPdu(Integer maxVarsPerPdu)
public String getSnmpStorageFlag()
public void setSnmpStorageFlag(String snmpStorageFlag)
public Rrd getRrd()
public void setRrd(Rrd rrd)
public List<IncludeCollection> getIncludeCollections()
public void setIncludeCollections(List<IncludeCollection> includeCollections)
public void addIncludeCollection(IncludeCollection includeCollection) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeIncludeCollection(IncludeCollection includeCollection)
public List<ResourceType> getResourceTypes()
public void setResourceTypes(List<ResourceType> resourceTypes)
public void addResourceType(ResourceType resourceType) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeResourceType(ResourceType resourceType)
public Groups getGroups()
public void setGroups(Groups groups)
public Systems getSystems()
public void setSystems(Systems systems)
public void visit(DatacollectionConfigVisitor visitor)
public SnmpCollection clone()
Copyright © 2021. All rights reserved.