Package io.jmix.jmxconsole.model
Class ManagedBeanInfo
java.lang.Object
io.jmix.jmxconsole.model.ManagedBeanInfo
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<ManagedBeanAttribute>protected Stringprotected Stringprotected Stringprotected UUIDprotected Stringprotected List<ManagedBeanOperation>protected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()voidsetAttributes(List<ManagedBeanAttribute> attributes) voidsetClassName(String className) voidsetDescription(String description) voidvoidvoidsetObjectName(String objectName) voidsetOperations(List<ManagedBeanOperation> operations) voidsetPropertyList(String propertyList) 
- 
Field Details- 
id
- 
className
- 
description
- 
objectName
- 
domain
- 
propertyList
- 
attributes
- 
operations
 
- 
- 
Constructor Details- 
ManagedBeanInfopublic ManagedBeanInfo()
 
- 
- 
Method Details- 
getOperations
- 
setOperations
- 
getDomain
- 
setDomain
- 
getPropertyList
- 
setPropertyList
- 
getClassName
- 
setClassName
- 
getDescription
- 
setDescription
- 
getObjectName
- 
setObjectName
- 
getAttributes
- 
setAttributes
- 
getId
- 
setId
 
-