public class JmxCollection extends Object
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/jmx-datacollection}rrd"/> <element ref="{http://xmlns.opennms.org/xsd/config/jmx-datacollection}mbeans"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maxVarsPerPdu" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
maxVarsPerPdu |
protected Mbeans |
mbeans |
protected String |
name |
protected Rrd |
rrd |
Constructor and Description |
---|
JmxCollection() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxVarsPerPdu()
Gets the value of the maxVarsPerPdu property.
|
Mbeans |
getMbeans()
Gets the value of the mbeans property.
|
String |
getName()
Gets the value of the name property.
|
Rrd |
getRrd()
Gets the value of the rrd property.
|
void |
setMaxVarsPerPdu(Integer value)
Sets the value of the maxVarsPerPdu property.
|
void |
setMbeans(Mbeans value)
Sets the value of the mbeans property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRrd(Rrd value)
Sets the value of the rrd property.
|
protected Rrd rrd
protected Mbeans mbeans
protected String name
protected Integer maxVarsPerPdu
public void setRrd(Rrd value)
value
- allowed object is
Rrd
public Mbeans getMbeans()
Mbeans
public void setMbeans(Mbeans value)
value
- allowed object is
Mbeans
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getMaxVarsPerPdu()
Integer
Copyright © 2017. All rights reserved.