This document details the methods of the Insight object 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

A string representing the name of the Insight object attribute