Class QueryResult.AttributeResult
- java.lang.Object
-
- org.opennms.features.jmxconfiggenerator.jmxconfig.query.QueryResult.AttributeResult
-
- Enclosing class:
- QueryResult
public static class QueryResult.AttributeResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Collection<MBeanAttributeInfo>
attributes
MBeanInfo
mbeanInfo
int
totalCount
-
Constructor Summary
Constructors Constructor Description AttributeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue(MBeanAttributeInfo eachAttribute)
void
setValue(MBeanAttributeInfo eachAttribute, Object value)
-
-
-
Field Detail
-
totalCount
public int totalCount
-
attributes
public Collection<MBeanAttributeInfo> attributes
-
mbeanInfo
public MBeanInfo mbeanInfo
-
-
Method Detail
-
getValue
public Object getValue(MBeanAttributeInfo eachAttribute)
-
setValue
public void setValue(MBeanAttributeInfo eachAttribute, Object value)
-
-