Class MBeanRepresentation.AttributeRepresentation

java.lang.Object
io.airlift.jmx.MBeanRepresentation.AttributeRepresentation
Enclosing class:
MBeanRepresentation

public static class MBeanRepresentation.AttributeRepresentation extends Object
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getDescription

      public String getDescription()
    • isReadable

      public boolean isReadable()
    • isWritable

      public boolean isWritable()
    • getDescriptor

      public Map<String,Object> getDescriptor()
    • getValue

      public Object getValue()