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