Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...