public class AttributeValue extends Object
Jackson annotations is added only to implement toString() for logging and debugging. Do not expect consistent serialization/deserialization behavior. JSON field names are subject to change without any notice, unlike Java field names which are part of the Java scripting interface.
| Modifier and Type | Field and Description |
|---|---|
String |
attributeDescription
|
String |
attributeName
|
String |
attributeType
Represents a class name of the attribute, equivalent to
MBeanAttributeInfo.getType(). |
String |
beanClass |
String |
beanDescription
|
String |
domain
|
Map<String,String> |
keyProperties
ObjectName.getKeyPropertyList(), with values unquoted. |
long |
timestamp
Time in milliseconds at which the attribute value is obtained.
|
Object |
value
The value of the MBean attribute.
|
| Constructor and Description |
|---|
AttributeValue() |
public String domain
public Map<String,String> keyProperties
ObjectName.getKeyPropertyList(), with values unquoted.public String beanDescription
public String beanClass
public String attributeName
public String attributeDescription
public String attributeType
MBeanAttributeInfo.getType(). The format is same as Class.getName().public long timestamp
public Object value
Copyright © 2020. All rights reserved.