Performance
Analytic
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
Properties
Link copied to clipboard
ANALYTIC_IDENTIFIER_KEY
the key for the "analytic_id" field
Link copied to clipboard
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
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
appVersion
the application version where the analytic is attached
Link copied to clipboard
CREATION_DATE_KEY
the key for
the "creation_date" field
Link copied to clipboard
creationDate
the timestamp
when the item has been created
Link copied to clipboard
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
FILTERS_KEY
the key for the "filters" field
Link copied to clipboard
FINAL_DATE_KEY
the key for
the "final_date" field
Link copied to clipboard
Link copied to clipboard
INITIAL_DATE_KEY
the key for
the "initial_date" field
Link copied to clipboard
LAUNCH_TIME_KEY
the key for
the "launch_time" field
Link copied to clipboard
PERFORMANCE_ANALYTIC_TYPE_KEY
the key for the "performance_analytic_type"
field
Link copied to clipboard
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
PERFORMANCES_KEY
the key for
the "performance" field
Link copied to clipboard
PLATFORM_KEY
the key for the
"platform" field
Link copied to clipboard
Link copied to clipboard
type
the
type of the analytic
Functions
Link copied to clipboard
Method to get appVersion
instance
Link copied to clipboard
Method to get creationDate
instance
Link copied to clipboard
Method to get creationDate
instance
Link copied to clipboard
Method to get platform
instance