Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • totalCount

        public int totalCount
      • attributes

        public java.util.Collection<javax.management.MBeanAttributeInfo> attributes
      • mbeanInfo

        public javax.management.MBeanInfo mbeanInfo
    • Constructor Detail

      • AttributeResult

        public AttributeResult()
    • Method Detail

      • getValue

        public java.lang.Object getValue​(javax.management.MBeanAttributeInfo eachAttribute)
      • setValue

        public void setValue​(javax.management.MBeanAttributeInfo eachAttribute,
                             java.lang.Object value)