Issue Analytic

constructor()

Constructor to init the IssueAnalytic class


constructor(id: String, name: String, creationDate: Long, appVersion: String, device: AmetistaDevice, issue: String, platform: Platform)

Constructor to init the IssueAnalytic class

Parameters

id

The identifier of the issue

name

The name of the issue

creationDate

The date when the issue has been inserted in the system

appVersion

The application version where the issue is attached

device

The device where the issue occurred

issue

The cause message of the issue occurred

platform

The platform target of the application where the issue is attached


constructor(jIssue: JSONObject)

Constructor to init the IssueAnalytic class

Parameters

jIssue

Issue details formatted as JSON