Package io.jmix.jmxconsole.model
Class ManagedBeanInfo
java.lang.Object
io.jmix.jmxconsole.model.ManagedBeanInfo
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ManagedBeanAttribute>
protected String
protected String
protected String
protected UUID
protected String
protected List<ManagedBeanOperation>
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setAttributes
(List<ManagedBeanAttribute> attributes) void
setClassName
(String className) void
setDescription
(String description) void
void
void
setObjectName
(String objectName) void
setOperations
(List<ManagedBeanOperation> operations) void
setPropertyList
(String propertyList)
-
Field Details
-
id
-
className
-
description
-
objectName
-
domain
-
propertyList
-
attributes
-
operations
-
-
Constructor Details
-
ManagedBeanInfo
public ManagedBeanInfo()
-
-
Method Details
-
getOperations
-
setOperations
-
getDomain
-
setDomain
-
getPropertyList
-
setPropertyList
-
getClassName
-
setClassName
-
getDescription
-
setDescription
-
getObjectName
-
setObjectName
-
getAttributes
-
setAttributes
-
getId
-
setId
-