Class QueryResult.MBeanResult
- java.lang.Object
-
- org.opennms.features.jmxconfiggenerator.jmxconfig.query.QueryResult.MBeanResult
-
- Enclosing class:
- QueryResult
public static class QueryResult.MBeanResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description QueryResult.AttributeResult
attributeResult
javax.management.MBeanInfo
mbeanInfo
javax.management.ObjectName
objectName
-
Constructor Summary
Constructors Constructor Description MBeanResult()
-
-
-
Field Detail
-
objectName
public javax.management.ObjectName objectName
-
mbeanInfo
public javax.management.MBeanInfo mbeanInfo
-
attributeResult
public QueryResult.AttributeResult attributeResult
-
-