ApplicationReport

data class ApplicationReport(val package: String, val system: String, val version: String, val report: String, val retrievalDate: Date)

Data class for an application report

Parameters

package

String — name of the application package

system

String — name of the application system (Android/IOS)

version

String — value of the application version

report

String — JSON object of the Report

retrievalDate

Date — the date of the report retrieval (ISO 8601)

Constructors

Link copied to clipboard
constructor(package: String, system: String, version: String, report: String, retrievalDate: Date)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var uid: Int
Link copied to clipboard