Performance Analytic

@Entity
open class PerformanceAnalytic : AmetistaAnalytic

The PerformanceAnalytic class is useful to represent an Ametista's performance analytic

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor()
Constructor to init the PerformanceAnalytic class
constructor(id: String, creationDate: Long, appVersion: String, value: Double, platform: Platform, performanceAnalyticType: PerformanceAnalytic.PerformanceAnalyticType, dataUpdates: Int)
Constructor to init the PerformanceAnalytic class
constructor(jPerformance: JSONObject)
Constructor to init the PerformanceAnalytic class

Types

Link copied to clipboard
The performance analytics available

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 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 DATA_UPDATES_KEY: String = "data_updates"
DATA_UPDATES_KEY the key for the "data_updates" field
Link copied to clipboard
dataUpdates the number of the updates computed for the analytic
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
val FINAL_DATE_KEY: String = "final_date"
FINAL_DATE_KEY the key for the "final_date" 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
val INITIAL_DATE_KEY: String = "initial_date"
INITIAL_DATE_KEY the key for the "initial_date" field
Link copied to clipboard
val LAUNCH_TIME_KEY: String = "launch_time"
LAUNCH_TIME_KEY the key for the "launch_time" field
Link copied to clipboard
protected open var name: String
name the name of the item
Link copied to clipboard
val PERFORMANCE_ANALYTIC_TYPE_KEY: String = "performance_analytic_type"
PERFORMANCE_ANALYTIC_TYPE_KEY the key for the "performance_analytic_type" field
Link copied to clipboard
val PERFORMANCE_ANALYTICS_KEY: String = "performance_analytics"
PERFORMANCE_ANALYTICS_KEY the key for the "performance_analytics" field
Link copied to clipboard
PERFORMANCE_VALUE_KEY the key for the "value" field
Link copied to clipboard
performanceAnalyticType the type of the performance analytic
Link copied to clipboard
val PERFORMANCES_KEY: String = "performance"
PERFORMANCES_KEY the key for the "performance" field
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
value the value related to the analytic

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
open fun getId(): String
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