---
title: "ObjectBean interface (Insight)"
canonical: "https://support.appfire.com/space/JMWE/461701736/ObjectBean%20interface%20(Insight)"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [Insight object](https://docs.atlassian.com/assets/15.15.0/com/riadalabs/jira/plugins/insight/services/model/ObjectBean.html) you can use to access and set the attribute values.

> ℹ️ :green_star: denotes a method that is specific to JMWE

| **Method** | **Description** | **Return type** | **Parameters** |
| --- | --- | --- | --- |
| `setInsightAttributeValue(String attributeName, Object value)`:green_star: | Sets the value of the Insight object attribute | `Void` | - A string representing the name of the Insight object attribute
- An object representing the value to set |
| `getInsightAttributeValue(String attributeName)`:green_star: | Returns the value of the Insight object attribute | [Object](https://docs.oracle.com/javase/6/docs/api/index.html?java/lang/Object.html) | A string representing the name of the Insight object attribute |