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