public static class ListJmxQueryReply.Bean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Bean() |
Modifier and Type | Method and Description |
---|---|
void |
add(ListJmxQueryReply.Attribute attr) |
void |
add(ListJmxQueryReply.Operation op) |
java.util.List<ListJmxQueryReply.Attribute> |
getAttributes() |
java.lang.String |
getName() |
java.util.List<ListJmxQueryReply.Operation> |
getOperations() |
void |
setName(java.lang.String name) |
public java.lang.String getName()
public void setName(java.lang.String name)
public void add(ListJmxQueryReply.Attribute attr)
public void add(ListJmxQueryReply.Operation op)
public java.util.List<ListJmxQueryReply.Attribute> getAttributes()
public java.util.List<ListJmxQueryReply.Operation> getOperations()