public class WmiDatacollectionConfig extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://xmlns.opennms.org/xsd/config/wmi-datacollection}wmi-collection" maxOccurs="unbounded"/> </sequence> <attribute name="rrdRepository" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
m_rrdRepository |
protected List<WmiCollection> |
m_wmiCollections |
Constructor and Description |
---|
WmiDatacollectionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addWmiCollection(WmiCollection wmiCollection) |
boolean |
equals(Object obj) |
String |
getRrdRepository() |
List<WmiCollection> |
getWmiCollections() |
int |
hashCode() |
boolean |
removeWmiCollection(WmiCollection wmiCollection) |
void |
setRrdRepository(String rrdRepository) |
void |
setWmiCollections(List<WmiCollection> wmiCollections) |
protected List<WmiCollection> m_wmiCollections
protected String m_rrdRepository
public List<WmiCollection> getWmiCollections()
public void setWmiCollections(List<WmiCollection> wmiCollections)
public void addWmiCollection(WmiCollection wmiCollection)
public boolean removeWmiCollection(WmiCollection wmiCollection)
public String getRrdRepository()
public void setRrdRepository(String rrdRepository)
Copyright © 2021. All rights reserved.