Web Issue Analytic

@Entity
open class WebIssueAnalytic : IssueAnalytic

The IssueAnalytic class is useful to represent an issue occurred in a web environment

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor()
Constructor to init the WebIssueAnalytic class
constructor(id: String, name: String, creationDate: Long, appVersion: String, device: AmetistaDevice, issue: String, platform: Platform, browser: String, browserVersion: String)
Constructor to init the IssueAnalytic class
constructor(jWebIssue: JSONObject)
Constructor to init the IssueAnalytic class

Properties

Link copied to clipboard
val ANALYTIC_IDENTIFIER_KEY: String = "analytic_id"
ANALYTIC_IDENTIFIER_KEY the key for the "analytic_id" field
Link copied to clipboard
val ANALYTIC_KEY: String = "analytic"
ANALYTIC_KEY the key for the "analytic" field
Link copied to clipboard
ANALYTIC_TYPE_KEY the key for the "type" field
Link copied to clipboard
val APP_VERSION_KEY: String = "app_version"
APP_VERSION_KEY the key for the "app_version" field
Link copied to clipboard
application the application where the analytic is attached
Link copied to clipboard
protected val appVersion: String
appVersion the application version where the analytic is attached
Link copied to clipboard
val BRAND_FILTERS_KEY: String = "brands"
BRAND_FILTERS_KEY the key for the "brands" field
Link copied to clipboard
browser the browser where the issue occurred
Link copied to clipboard
val BROWSER_KEY: String = "browser"
BROWSER_KEY the key for the "browser" field
Link copied to clipboard
val BROWSER_VERSION_KEY: String = "browser_version"
BROWSER_VERSION_KEY the key for the "browser_version" field
Link copied to clipboard
browser the version of the browser
Link copied to clipboard
val CREATION_DATE_KEY: String = "creation_date"
CREATION_DATE_KEY the key for the "creation_date" field
Link copied to clipboard
protected val creationDate: Long
creationDate the timestamp when the item has been created
Link copied to clipboard
val DATE_FILTERS_KEY: String = "dates"
DATE_FILTERS_KEY the key for the "dates" field
Link copied to clipboard
protected val device: AmetistaDevice
device the device where the issue occurred
Link copied to clipboard
Link copied to clipboard
val FILTERS_KEY: String = "filters"
FILTERS_KEY the key for the "filters" field
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
Link copied to clipboard
protected val issue: String
application the cause message of the issue occurred
Link copied to clipboard
val ISSUE_KEY: String = "issue"
ISSUE_KEY the key for the "issue" field
Link copied to clipboard
val ISSUES_KEY: String = "issues"
ISSUES_KEY the key for the "issues" field
Link copied to clipboard
val MODEL_FILTERS_KEY: String = "models"
MODEL_FILTERS_KEY the key for the "models" field
Link copied to clipboard
protected open var name: String
name the name of the item
Link copied to clipboard
protected val platform: Platform
icon the platform target of the application where the analytic is attached
Link copied to clipboard
val PLATFORM_KEY: String = "platform"
PLATFORM_KEY the key for the "platform" field
Link copied to clipboard
protected val timeFormatter: TimeFormatter
Link copied to clipboard
type the type of the analytic
Link copied to clipboard
val VERSION_FILTERS_KEY: String = "versions"
VERSION_FILTERS_KEY the key for the "versions" field
Link copied to clipboard
val WEB_ISSUE_KEY: String = "web_issue"
WEB_ISSUE_KEY the key for the "web_issue" field
Link copied to clipboard
val WEB_ISSUES_KEY: String = "web_issues"
WEB_ISSUES_KEY the key for the "web_issues" field

Functions

Link copied to clipboard
open fun getAppVersion(): String
Method to get appVersion instance
Link copied to clipboard
open fun getCreationDate(): String
Method to get creationDate instance
Link copied to clipboard
Method to get creationDate instance
Link copied to clipboard
Method to get device instance
Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getIssue(): String
Method to get issue instance
Link copied to clipboard
open fun getName(): String
Method to get name instance
Link copied to clipboard
open fun getPlatform(): Platform
Method to get platform instance
Link copied to clipboard
open fun toString(): String