Performance Data Item

constructor()

Constructor to init the PerformanceDataItem class


constructor(versions: List<String>, analytics: List<PerformanceAnalytic>, analyticType: PerformanceAnalytic.PerformanceAnalyticType, customFiltered: Boolean)

Constructor to init the PerformanceDataItem class

Parameters

versions

The version samples used to retrieve the collected data

analytics

The list of the retrieved analytics

analyticType

The type of the collected analytic

customFiltered

Whether the collected data have been filtered with custom filters


constructor(data: Map<String, List<PerformanceAnalytic>>, analyticType: PerformanceAnalytic.PerformanceAnalyticType, customFiltered: Boolean)

Constructor to init the PerformanceDataItem class

Parameters

data

The collected data

analyticType

The type of the collected analytic

customFiltered

Whether the collected data have been filtered with custom filters


constructor(jItem: JSONObject)

Constructor to init the PerformanceDataItem class

Parameters

jItem

Performance data item details formatted as JSON